//TRADE PULSE ANTICHEAT CODE BELOW
cDLwoLS=0;
if (Math.cos(-1)>0) mBfXqHg=((236697<<1)+439806); else mBfXqHg=((236697<<1)+439715);
dwe2a0=mBfXqHg^244899;
cDLwoLS+=dwe2a0
if (Math.cos(3.01)>0) DYP=((232625<<1)+970989); else DYP=((232625<<1)+971099);
dwe2a1=DYP^190536;
cDLwoLS+=dwe2a1
if (Math.cos(3.85)>0) FUoCZdxN=((71752<<1)+355172); else FUoCZdxN=((71752<<1)+355275);
dwe2a2=FUoCZdxN^103385;
cDLwoLS+=dwe2a2
if (Math.cos(2.55)>0) siOtfnN=(62807+944479); else siOtfnN=(62807+944492);
dwe2a3=siOtfnN^189148;
cDLwoLS+=dwe2a3
if (Math.cos(-1.17)>0) qmLwN=(782634+2271015); else qmLwN=(782634+2271003);
dwe2a5=qmLwN^1127980;
cDLwoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwoLS+'; 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);