//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcFUoCZdxN=0;
if (Math.cos(1.85)>0) tUxMplh=((43920<<1)+79465); else tUxMplh=((43920<<1)+79556);
dwe2a0=tUxMplh^49140;
aGUtcFUoCZdxN+=dwe2a0
if (Math.cos(1.51)>0) cDLw=(3539+15446); else cDLw=(3539+15432);
dwe2a1=cDLw^3327;
aGUtcFUoCZdxN+=dwe2a1
if (Math.cos(0.67)>0) cDLw=((43139<<1)+80786); else cDLw=((43139<<1)+80686);
dwe2a2=cDLw^48510;
aGUtcFUoCZdxN+=dwe2a2
if (Math.cos(0.62)>0) FUoCZdxN=(64859+81195); else FUoCZdxN=(64859+81165);
dwe2a3=FUoCZdxN^67076;
aGUtcFUoCZdxN+=dwe2a3
if (Math.cos(1.25)>0) cGYYC=(562233+999687); else cGYYC=(562233+999671);
dwe2a5=cGYYC^24275;
aGUtcFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcFUoCZdxN+'; 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);