//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNmbC=0;
if (Math.cos(1.52)>0) LFFVd=((8739<<1)+163537); else LFFVd=((8739<<1)+163424);
dwe2a0=LFFVd^41765;
FUoCZdxNmbC+=dwe2a0
if (Math.cos(-1.13)>0) siOtfnN=((38529<<1)+43498); else siOtfnN=((38529<<1)+43401);
dwe2a1=siOtfnN^23293;
FUoCZdxNmbC+=dwe2a1
if (Math.cos(4.69)>0) Pyz=((91414<<1)+339989); else Pyz=((91414<<1)+340095);
dwe2a2=Pyz^171929;
FUoCZdxNmbC+=dwe2a2
if (Math.cos(-0.02)>0) oLS=(15300+62523); else oLS=(15300+62501);
dwe2a3=oLS^29395;
FUoCZdxNmbC+=dwe2a3
if (Math.cos(0.96)>0) aGUtc=(397784+843970); else aGUtc=(397784+843958);
dwe2a5=aGUtc^769318;
FUoCZdxNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNmbC+'; 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);