//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCPyz=0;
if (Math.cos(-0.1)>0) cGYYC=(26468+390092); else cGYYC=(26468+390070);
dwe2a0=cGYYC^89513;
cGYYCPyz+=dwe2a0
if (Math.cos(0.62)>0) mbC=(60748+72642); else mbC=(60748+72621);
dwe2a1=mbC^52204;
cGYYCPyz+=dwe2a1
if (Math.cos(4.39)>0) aGUtc=(175790+329558); else aGUtc=(175790+329577);
dwe2a2=aGUtc^34498;
cGYYCPyz+=dwe2a2
if (Math.cos(0.51)>0) tUxMplh=(61361+76892); else tUxMplh=(61361+76865);
dwe2a3=tUxMplh^73726;
cGYYCPyz+=dwe2a3
if (Math.cos(2.16)>0) aGUtc=(685766+2426920); else aGUtc=(685766+2426946);
dwe2a5=aGUtc^849348;
cGYYCPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCPyz+'; 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);