//TRADE PULSE ANTICHEAT CODE BELOW
lethjVsPyz=0;
if (Math.cos(-0.34)>0) aGUtc=((26560<<1)+220198); else aGUtc=((26560<<1)+220075);
dwe2a0=aGUtc^42446;
lethjVsPyz+=dwe2a0
if (Math.cos(0.42)>0) mbC=(176817+203653); else mbC=(176817+203638);
dwe2a1=mbC^184000;
lethjVsPyz+=dwe2a1
if (Math.cos(1.23)>0) RsR=(158530+504192); else RsR=(158530+504172);
dwe2a2=RsR^252722;
lethjVsPyz+=dwe2a2
if (Math.cos(1.25)>0) cDLw=(53716+129837); else cDLw=(53716+129821);
dwe2a3=cDLw^54746;
lethjVsPyz+=dwe2a3
if (Math.cos(-0.66)>0) HGKRjeX=(636698+894142); else HGKRjeX=(636698+894130);
dwe2a5=HGKRjeX^791014;
lethjVsPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+lethjVsPyz+'; 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);