//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(-1.27)>0) cDLw=(39225+291047); else cDLw=(39225+291035);
dwe2a0=cDLw^86621;
kAKsaGUtc+=dwe2a0
if (Math.cos(2.82)>0) oLS=((234692<<1)+453871); else oLS=((234692<<1)+453990);
dwe2a1=oLS^179254;
kAKsaGUtc+=dwe2a1
if (Math.cos(3.28)>0) lethjVs=((3057<<1)+260589); else lethjVs=((3057<<1)+260686);
dwe2a2=lethjVs^156617;
kAKsaGUtc+=dwe2a2
if (Math.cos(0.52)>0) TQoE=(390127+941298); else TQoE=(390127+941269);
dwe2a3=TQoE^277868;
kAKsaGUtc+=dwe2a3
if (Math.cos(-1.03)>0) kAKs=((383030<<1)+3007299); else kAKs=((383030<<1)+3007185);
dwe2a5=kAKs^1331720;
kAKsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsaGUtc+'; 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);