//TRADE PULSE ANTICHEAT CODE BELOW
oLSDYP=0;
if (Math.cos(3.84)>0) oLS=(558263+667196); else oLS=(558263+667209);
dwe2a0=oLS^596540;
oLSDYP+=dwe2a0
if (Math.cos(0.43)>0) siOtfnN=(55406+350354); else siOtfnN=(55406+350341);
dwe2a1=siOtfnN^120961;
oLSDYP+=dwe2a1
if (Math.cos(2.29)>0) mbC=((75264<<1)+687688); else mbC=((75264<<1)+687794);
dwe2a2=mbC^14396;
oLSDYP+=dwe2a2
if (Math.cos(4.12)>0) TQoE=(101870+807412); else TQoE=(101870+807424);
dwe2a3=TQoE^125957;
oLSDYP+=dwe2a3
if (Math.cos(-1.02)>0) cDLw=(786228+4448005); else cDLw=(786228+4447985);
dwe2a5=cDLw^1543374;
oLSDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSDYP+'; 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);