//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(-0.86)>0) oLS=((65066<<1)+1358965); else oLS=((65066<<1)+1358873);
dwe2a0=oLS^353896;
kAKsaGUtc+=dwe2a0
if (Math.cos(1.37)>0) kiHOY=((264888<<1)+956847); else kiHOY=((264888<<1)+956744);
dwe2a1=kiHOY^509887;
kAKsaGUtc+=dwe2a1
if (Math.cos(0.68)>0) LFFVd=((65154<<1)+453057); else LFFVd=((65154<<1)+452957);
dwe2a2=LFFVd^429999;
kAKsaGUtc+=dwe2a2
if (Math.cos(0.15)>0) RXVRm=(66887+256261); else RXVRm=(66887+256234);
dwe2a3=RXVRm^35347;
kAKsaGUtc+=dwe2a3
if (Math.cos(3.14)>0) TQoE=((117573<<1)+3324549); else TQoE=((117573<<1)+3324650);
dwe2a5=TQoE^159282;
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);