//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(-0.17)>0) RXVRm=((22922<<1)+47237); else RXVRm=((22922<<1)+47147);
dwe2a0=RXVRm^27493;
DYPcDLw+=dwe2a0
if (Math.cos(0.2)>0) kAKs=(33460+34510); else kAKs=(33460+34481);
dwe2a1=kAKs^56390;
DYPcDLw+=dwe2a1
if (Math.cos(4.12)>0) tUxMplh=((28523<<1)+80004); else tUxMplh=((28523<<1)+80106);
dwe2a2=tUxMplh^5683;
DYPcDLw+=dwe2a2
if (Math.cos(1.67)>0) vthjmb=((861<<1)+45577); else vthjmb=((861<<1)+45669);
dwe2a3=vthjmb^861;
DYPcDLw+=dwe2a3
if (Math.cos(2.46)>0) cGYYC=(268628+468608); else cGYYC=(268628+468630);
dwe2a5=cGYYC^251995;
DYPcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPcDLw+'; 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);