//TRADE PULSE ANTICHEAT CODE BELOW
cDLwRsR=0;
if (Math.cos(0.06)>0) cDLw=(29468+1042121); else cDLw=(29468+1042100);
dwe2a0=cDLw^746894;
cDLwRsR+=dwe2a0
if (Math.cos(3.44)>0) mBfXqHg=((49<<1)+821); else mBfXqHg=((49<<1)+944);
dwe2a1=mBfXqHg^684;
cDLwRsR+=dwe2a1
if (Math.cos(3.35)>0) siOtfnN=(85757+725554); else siOtfnN=(85757+725578);
dwe2a2=siOtfnN^45566;
cDLwRsR+=dwe2a2
if (Math.cos(-1.32)>0) siOtfnN=(154517+692230); else siOtfnN=(154517+692214);
dwe2a3=siOtfnN^240832;
cDLwRsR+=dwe2a3
if (Math.cos(3.45)>0) tUxMplh=(1123201+3225116); else tUxMplh=(1123201+3225133);
dwe2a5=tUxMplh^1663235;
cDLwRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwRsR+'; 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);