//TRADE PULSE ANTICHEAT CODE BELOW
cDLwRsR=0;
if (Math.cos(4.41)>0) kiHOY=((224024<<1)+532974); else kiHOY=((224024<<1)+533097);
dwe2a0=kiHOY^323521;
cDLwRsR+=dwe2a0
if (Math.cos(-0.48)>0) FUoCZdxN=((85819<<1)+1306879); else FUoCZdxN=((85819<<1)+1306785);
dwe2a1=FUoCZdxN^392961;
cDLwRsR+=dwe2a1
if (Math.cos(4.1)>0) oLS=(121122+1906554); else oLS=(121122+1906580);
dwe2a2=oLS^464933;
cDLwRsR+=dwe2a2
if (Math.cos(-0.34)>0) HGKRjeX=((49501<<1)+375050); else HGKRjeX=((49501<<1)+374951);
dwe2a3=HGKRjeX^183859;
cDLwRsR+=dwe2a3
if (Math.cos(0.28)>0) kAKs=(1703279+4515332); else kAKs=(1703279+4515302);
dwe2a5=kAKs^1033009;
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);