//TRADE PULSE ANTICHEAT CODE BELOW
kAKscGYYC=0;
if (Math.cos(0.66)>0) cGYYC=((42602<<1)+266320); else cGYYC=((42602<<1)+266199);
dwe2a0=cGYYC^69466;
kAKscGYYC+=dwe2a0
if (Math.cos(-0.35)>0) oLS=(123059+231765); else oLS=(123059+231740);
dwe2a1=oLS^11607;
kAKscGYYC+=dwe2a1
if (Math.cos(-1.03)>0) tUxMplh=(19076+501317); else tUxMplh=(19076+501295);
dwe2a2=tUxMplh^13985;
kAKscGYYC+=dwe2a2
if (Math.cos(0.72)>0) tUxMplh=(8258+171364); else tUxMplh=(8258+171351);
dwe2a3=tUxMplh^8998;
kAKscGYYC+=dwe2a3
if (Math.cos(4.69)>0) kiHOY=((364653<<1)+1496206); else kiHOY=((364653<<1)+1496307);
dwe2a5=kiHOY^660629;
kAKscGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKscGYYC+'; 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);