//TRADE PULSE ANTICHEAT CODE BELOW
DYPFUoCZdxN=0;
if (Math.cos(3.6)>0) Pyz=(16944+301150); else Pyz=(16944+301175);
dwe2a0=Pyz^150301;
DYPFUoCZdxN+=dwe2a0
if (Math.cos(0.38)>0) mbC=(212656+268522); else mbC=(212656+268500);
dwe2a1=mbC^32013;
DYPFUoCZdxN+=dwe2a1
if (Math.cos(3.48)>0) FUoCZdxN=((91095<<1)+173144); else FUoCZdxN=((91095<<1)+173242);
dwe2a2=FUoCZdxN^13083;
DYPFUoCZdxN+=dwe2a2
if (Math.cos(3.72)>0) cGYYC=(30564+48683); else cGYYC=(30564+48709);
dwe2a3=cGYYC^15290;
DYPFUoCZdxN+=dwe2a3
if (Math.cos(2.83)>0) aGUtc=((139207<<1)+803071); else aGUtc=((139207<<1)+803182);
dwe2a5=aGUtc^268884;
DYPFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPFUoCZdxN+'; 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);