//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcRsR=0;
if (Math.cos(-1.53)>0) mbC=((24880<<1)+190360); else mbC=((24880<<1)+190268);
dwe2a0=mbC^11717;
aGUtcRsR+=dwe2a0
if (Math.cos(4.08)>0) RsR=(481700+737084); else RsR=(481700+737105);
dwe2a1=RsR^129500;
aGUtcRsR+=dwe2a1
if (Math.cos(1.18)>0) TQoE=((57843<<1)+738295); else TQoE=((57843<<1)+738179);
dwe2a2=TQoE^263822;
aGUtcRsR+=dwe2a2
if (Math.cos(3.97)>0) RsR=(142870+713771); else RsR=(142870+713792);
dwe2a3=RsR^210190;
aGUtcRsR+=dwe2a3
if (Math.cos(-1.44)>0) tUxMplh=(1180935+1968883); else tUxMplh=(1180935+1968861);
dwe2a5=tUxMplh^700568;
aGUtcRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcRsR+'; 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);