//TRADE PULSE ANTICHEAT CODE BELOW
DYPtUxMplh=0;
if (Math.cos(-1.25)>0) RXVRm=(226526+269270); else RXVRm=(226526+269244);
dwe2a0=RXVRm^161071;
DYPtUxMplh+=dwe2a0
if (Math.cos(0.03)>0) aGUtc=(7315+69290); else aGUtc=(7315+69270);
dwe2a1=aGUtc^32445;
DYPtUxMplh+=dwe2a1
if (Math.cos(0.96)>0) cDLw=((38096<<1)+507919); else cDLw=((38096<<1)+507803);
dwe2a2=cDLw^175133;
DYPtUxMplh+=dwe2a2
if (Math.cos(0.76)>0) mBfXqHg=((89675<<1)+449915); else mBfXqHg=((89675<<1)+449823);
dwe2a3=mBfXqHg^304985;
DYPtUxMplh+=dwe2a3
if (Math.cos(4.41)>0) kAKs=(423341+2346820); else kAKs=(423341+2346848);
dwe2a5=kAKs^482200;
DYPtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPtUxMplh+'; 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);