//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNqmLwN=0;
if (Math.cos(3.02)>0) mbC=((31865<<1)+85621); else mbC=((31865<<1)+85726);
dwe2a0=mbC^102345;
siOtfnNqmLwN+=dwe2a0
if (Math.cos(0.62)>0) tUxMplh=((12796<<1)+13403); else tUxMplh=((12796<<1)+13290);
dwe2a1=tUxMplh^14278;
siOtfnNqmLwN+=dwe2a1
if (Math.cos(3.56)>0) FUoCZdxN=(110440+596257); else FUoCZdxN=(110440+596282);
dwe2a2=FUoCZdxN^129191;
siOtfnNqmLwN+=dwe2a2
if (Math.cos(4.33)>0) mBfXqHg=(162767+322340); else mBfXqHg=(162767+322361);
dwe2a3=mBfXqHg^15953;
siOtfnNqmLwN+=dwe2a3
if (Math.cos(3.16)>0) tUxMplh=(174958+2048013); else tUxMplh=(174958+2048033);
dwe2a5=tUxMplh^291935;
siOtfnNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNqmLwN+'; 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);