//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNRsR=0;
if (Math.cos(0.05)>0) mbC=((57322<<1)+275498); else mbC=((57322<<1)+275386);
dwe2a0=mbC^21815;
FUoCZdxNRsR+=dwe2a0
if (Math.cos(3.81)>0) oLS=((184216<<1)+1691905); else oLS=((184216<<1)+1692010);
dwe2a1=oLS^657202;
FUoCZdxNRsR+=dwe2a1
if (Math.cos(0.76)>0) Pyz=((214132<<1)+492052); else Pyz=((214132<<1)+491959);
dwe2a2=Pyz^101017;
FUoCZdxNRsR+=dwe2a2
if (Math.cos(0.71)>0) cGYYC=(3413+23240); else cGYYC=(3413+23222);
dwe2a3=cGYYC^2652;
FUoCZdxNRsR+=dwe2a3
if (Math.cos(0.31)>0) mbC=((1121860<<1)+2150039); else mbC=((1121860<<1)+2149942);
dwe2a5=mbC^1987979;
FUoCZdxNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNRsR+'; 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);