//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCRXVRm=0;
if (Math.cos(3.62)>0) cDLw=((116537<<1)+312692); else cDLw=((116537<<1)+312788);
dwe2a0=cDLw^118187;
cGYYCRXVRm+=dwe2a0
if (Math.cos(-1.02)>0) cGYYC=((272110<<1)+709077); else cGYYC=((272110<<1)+708987);
dwe2a1=cGYYC^260970;
cGYYCRXVRm+=dwe2a1
if (Math.cos(4.6)>0) RXVRm=(522806+1407030); else RXVRm=(522806+1407057);
dwe2a2=RXVRm^420279;
cGYYCRXVRm+=dwe2a2
if (Math.cos(-1.56)>0) tUxMplh=(305493+678182); else tUxMplh=(305493+678159);
dwe2a3=tUxMplh^81721;
cGYYCRXVRm+=dwe2a3
if (Math.cos(4.41)>0) LFFVd=(1988374+2303505); else LFFVd=(1988374+2303525);
dwe2a5=LFFVd^790216;
cGYYCRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCRXVRm+'; 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);