//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmqmLwN=0;
if (Math.cos(1.68)>0) kAKs=((126694<<1)+1120955); else kAKs=((126694<<1)+1121046);
dwe2a0=kAKs^60181;
RXVRmqmLwN+=dwe2a0
if (Math.cos(0.51)>0) RXVRm=((41531<<1)+146537); else RXVRm=((41531<<1)+146416);
dwe2a1=RXVRm^37537;
RXVRmqmLwN+=dwe2a1
if (Math.cos(1.86)>0) RXVRm=(155909+626560); else RXVRm=(155909+626578);
dwe2a2=RXVRm^316451;
RXVRmqmLwN+=dwe2a2
if (Math.cos(1.43)>0) cDLw=((189159<<1)+1080817); else cDLw=((189159<<1)+1080708);
dwe2a3=cDLw^349460;
RXVRmqmLwN+=dwe2a3
if (Math.cos(0.12)>0) siOtfnN=((637231<<1)+1585394); else siOtfnN=((637231<<1)+1585285);
dwe2a5=siOtfnN^1434207;
RXVRmqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmqmLwN+'; 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);