//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCkiHOY=0;
if (Math.cos(-0.31)>0) RXVRm=(63000+378906); else RXVRm=(63000+378887);
dwe2a0=RXVRm^123238;
cGYYCkiHOY+=dwe2a0
if (Math.cos(2.26)>0) kAKs=((195863<<1)+555455); else kAKs=((195863<<1)+555568);
dwe2a1=kAKs^238271;
cGYYCkiHOY+=dwe2a1
if (Math.cos(1.95)>0) tUxMplh=((11918<<1)+283249); else tUxMplh=((11918<<1)+283363);
dwe2a2=tUxMplh^45611;
cGYYCkiHOY+=dwe2a2
if (Math.cos(1.79)>0) cGYYC=((14393<<1)+50510); else cGYYC=((14393<<1)+50610);
dwe2a3=cGYYC^20765;
cGYYCkiHOY+=dwe2a3
if (Math.cos(1.59)>0) kAKs=((404574<<1)+7107857); else kAKs=((404574<<1)+7107958);
dwe2a5=kAKs^1437137;
cGYYCkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCkiHOY+'; 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);