//TRADE PULSE ANTICHEAT CODE BELOW
DYPtUxMplh=0;
if (Math.cos(1.48)>0) Pyz=((193863<<1)+252340); else Pyz=((193863<<1)+252233);
dwe2a0=Pyz^250391;
DYPtUxMplh+=dwe2a0
if (Math.cos(3.75)>0) aGUtc=((88481<<1)+478330); else aGUtc=((88481<<1)+478442);
dwe2a1=aGUtc^272665;
DYPtUxMplh+=dwe2a1
if (Math.cos(4.08)>0) TQoE=(162778+1041509); else TQoE=(162778+1041521);
dwe2a2=TQoE^406426;
DYPtUxMplh+=dwe2a2
if (Math.cos(0.59)>0) cGYYC=(6208+107647); else cGYYC=(6208+107634);
dwe2a3=cGYYC^27716;
DYPtUxMplh+=dwe2a3
if (Math.cos(-0.72)>0) kAKs=((1783579<<1)+3241264); else kAKs=((1783579<<1)+3241170);
dwe2a5=kAKs^197974;
DYPtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPtUxMplh+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);