//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNmbC=0;
if (Math.cos(3.85)>0) aGUtc=((136514<<1)+329852); else aGUtc=((136514<<1)+329964);
dwe2a0=aGUtc^112166;
qmLwNmbC+=dwe2a0
if (Math.cos(-1.03)>0) Pyz=(143426+163714); else Pyz=(143426+163684);
dwe2a1=Pyz^232257;
qmLwNmbC+=dwe2a1
if (Math.cos(2.07)>0) HGKRjeX=((123020<<1)+149290); else HGKRjeX=((123020<<1)+149388);
dwe2a2=HGKRjeX^1254;
qmLwNmbC+=dwe2a2
if (Math.cos(1.13)>0) mBfXqHg=((207867<<1)+224564); else mBfXqHg=((207867<<1)+224451);
dwe2a3=mBfXqHg^118529;
qmLwNmbC+=dwe2a3
if (Math.cos(-1.43)>0) Pyz=((315082<<1)+536004); else Pyz=((315082<<1)+535902);
dwe2a5=Pyz^116533;
qmLwNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNmbC+'; 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);