//TRADE PULSE ANTICHEAT CODE BELOW
cDLwTQoE=0;
if (Math.cos(0.96)>0) lethjVs=((21139<<1)+38777); else lethjVs=((21139<<1)+38687);
dwe2a0=lethjVs^53422;
cDLwTQoE+=dwe2a0
if (Math.cos(3.51)>0) lethjVs=(77188+138930); else lethjVs=(77188+138943);
dwe2a1=lethjVs^14458;
cDLwTQoE+=dwe2a1
if (Math.cos(1.89)>0) vthjmb=(15823+100434); else vthjmb=(15823+100459);
dwe2a2=vthjmb^44569;
cDLwTQoE+=dwe2a2
if (Math.cos(2.31)>0) HGKRjeX=(46880+49904); else HGKRjeX=(46880+49916);
dwe2a3=HGKRjeX^54593;
cDLwTQoE+=dwe2a3
if (Math.cos(0.05)>0) cGYYC=((161747<<1)+344709); else cGYYC=((161747<<1)+344614);
dwe2a5=cGYYC^259912;
cDLwTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwTQoE+'; 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);