//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNmbC=0;
if (Math.cos(2.6)>0) oLS=((215514<<1)+296709); else oLS=((215514<<1)+296810);
dwe2a0=oLS^6268;
siOtfnNmbC+=dwe2a0
if (Math.cos(-0.81)>0) vthjmb=((48791<<1)+567637); else vthjmb=((48791<<1)+567530);
dwe2a1=vthjmb^106729;
siOtfnNmbC+=dwe2a1
if (Math.cos(-0.74)>0) Pyz=((240742<<1)+381819); else Pyz=((240742<<1)+381716);
dwe2a2=Pyz^190449;
siOtfnNmbC+=dwe2a2
if (Math.cos(3.91)>0) Pyz=((17547<<1)+260834); else Pyz=((17547<<1)+260933);
dwe2a3=Pyz^195008;
siOtfnNmbC+=dwe2a3
if (Math.cos(-1.15)>0) FUoCZdxN=(1637982+2922971); else FUoCZdxN=(1637982+2922942);
dwe2a5=FUoCZdxN^402735;
siOtfnNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNmbC+'; 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);