//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNPyz=0;
if (Math.cos(3.44)>0) vthjmb=((20776<<1)+254816); else vthjmb=((20776<<1)+254909);
dwe2a0=vthjmb^60880;
siOtfnNPyz+=dwe2a0
if (Math.cos(2.71)>0) tUxMplh=(70044+272717); else tUxMplh=(70044+272744);
dwe2a1=tUxMplh^88863;
siOtfnNPyz+=dwe2a1
if (Math.cos(1.62)>0) LFFVd=((43823<<1)+115068); else LFFVd=((43823<<1)+115190);
dwe2a2=LFFVd^19422;
siOtfnNPyz+=dwe2a2
if (Math.cos(1.1)>0) DYP=(172+3096); else DYP=(172+3077);
dwe2a3=DYP^901;
siOtfnNPyz+=dwe2a3
if (Math.cos(0.64)>0) FUoCZdxN=((191074<<1)+923157); else FUoCZdxN=((191074<<1)+923039);
dwe2a5=FUoCZdxN^850046;
siOtfnNPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNPyz+'; 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);