//TRADE PULSE ANTICHEAT CODE BELOW
oLSmbC=0;
if (Math.cos(-0.57)>0) mBfXqHg=((132807<<1)+910984); else mBfXqHg=((132807<<1)+910874);
dwe2a0=mBfXqHg^51358;
oLSmbC+=dwe2a0
if (Math.cos(4.03)>0) LFFVd=(252312+312483); else LFFVd=(252312+312504);
dwe2a1=LFFVd^42905;
oLSmbC+=dwe2a1
if (Math.cos(4.63)>0) FUoCZdxN=((92027<<1)+529008); else FUoCZdxN=((92027<<1)+529111);
dwe2a2=FUoCZdxN^86621;
oLSmbC+=dwe2a2
if (Math.cos(0.06)>0) tUxMplh=((78645<<1)+182426); else tUxMplh=((78645<<1)+182334);
dwe2a3=tUxMplh^132748;
oLSmbC+=dwe2a3
if (Math.cos(-0.11)>0) aGUtc=(475127+1827616); else aGUtc=(475127+1827591);
dwe2a5=aGUtc^1131522;
oLSmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSmbC+'; 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);