//TRADE PULSE ANTICHEAT CODE BELOW
kAKsRXVRm=0;
if (Math.cos(-0.43)>0) RXVRm=(130710+405380); else RXVRm=(130710+405361);
dwe2a0=RXVRm^406726;
kAKsRXVRm+=dwe2a0
if (Math.cos(3)>0) cDLw=(236872+382506); else cDLw=(236872+382518);
dwe2a1=cDLw^240636;
kAKsRXVRm+=dwe2a1
if (Math.cos(0.74)>0) HGKRjeX=((391313<<1)+634499); else HGKRjeX=((391313<<1)+634376);
dwe2a2=HGKRjeX^398938;
kAKsRXVRm+=dwe2a2
if (Math.cos(-1.05)>0) tUxMplh=((9295<<1)+1047333); else tUxMplh=((9295<<1)+1047228);
dwe2a3=tUxMplh^444793;
kAKsRXVRm+=dwe2a3
if (Math.cos(0.85)>0) oLS=(1000888+3798893); else oLS=(1000888+3798871);
dwe2a5=oLS^460449;
kAKsRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsRXVRm+'; 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);