//TRADE PULSE ANTICHEAT CODE BELOW
oLSsiOtfnN=0;
if (Math.cos(1.85)>0) DYP=((252927<<1)+514549); else DYP=((252927<<1)+514653);
dwe2a0=DYP^278644;
oLSsiOtfnN+=dwe2a0
if (Math.cos(4.62)>0) mbC=(56459+541055); else mbC=(56459+541080);
dwe2a1=mbC^355918;
oLSsiOtfnN+=dwe2a1
if (Math.cos(3.64)>0) cGYYC=((71295<<1)+72031); else cGYYC=((71295<<1)+72153);
dwe2a2=cGYYC^2921;
oLSsiOtfnN+=dwe2a2
if (Math.cos(3.88)>0) mBfXqHg=(8717+154683); else mBfXqHg=(8717+154709);
dwe2a3=mBfXqHg^66812;
oLSsiOtfnN+=dwe2a3
if (Math.cos(0.06)>0) Pyz=(1235216+7137489); else Pyz=(1235216+7137465);
dwe2a5=Pyz^2702510;
oLSsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSsiOtfnN+'; 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);