//TRADE PULSE ANTICHEAT CODE BELOW
aGUtctUxMplh=0;
if (Math.cos(-0.14)>0) tUxMplh=((12176<<1)+91335); else tUxMplh=((12176<<1)+91244);
dwe2a0=tUxMplh^17138;
aGUtctUxMplh+=dwe2a0
if (Math.cos(-0.72)>0) kiHOY=((13368<<1)+84622); else kiHOY=((13368<<1)+84508);
dwe2a1=kiHOY^14619;
aGUtctUxMplh+=dwe2a1
if (Math.cos(1.45)>0) tUxMplh=((23314<<1)+33168); else tUxMplh=((23314<<1)+33056);
dwe2a2=tUxMplh^41522;
aGUtctUxMplh+=dwe2a2
if (Math.cos(-0.69)>0) HGKRjeX=((33363<<1)+119308); else HGKRjeX=((33363<<1)+119203);
dwe2a3=HGKRjeX^33542;
aGUtctUxMplh+=dwe2a3
if (Math.cos(-0.95)>0) RsR=((120386<<1)+487193); else RsR=((120386<<1)+487083);
dwe2a5=RsR^113103;
aGUtctUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtctUxMplh+'; 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);