//TRADE PULSE ANTICHEAT CODE BELOW
oLSoLS=0;
if (Math.cos(0.41)>0) Pyz=((67337<<1)+346784); else Pyz=((67337<<1)+346691);
dwe2a0=Pyz^2435;
oLSoLS+=dwe2a0
if (Math.cos(-0.45)>0) LFFVd=(226856+436125); else LFFVd=(226856+436107);
dwe2a1=LFFVd^146730;
oLSoLS+=dwe2a1
if (Math.cos(0.18)>0) DYP=(596095+802047); else DYP=(596095+802033);
dwe2a2=DYP^26415;
oLSoLS+=dwe2a2
if (Math.cos(2.58)>0) cDLw=(36172+1089070); else cDLw=(36172+1089091);
dwe2a3=cDLw^211696;
oLSoLS+=dwe2a3
if (Math.cos(3.81)>0) mbC=((297312<<1)+1561925); else mbC=((297312<<1)+1562018);
dwe2a5=mbC^1595519;
oLSoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSoLS+'; 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);