//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(1.31)>0) kiHOY=((317058<<1)+838651); else kiHOY=((317058<<1)+838554);
dwe2a0=kiHOY^58249;
DYPaGUtc+=dwe2a0
if (Math.cos(3.24)>0) aGUtc=(28466+596226); else aGUtc=(28466+596250);
dwe2a1=aGUtc^336055;
DYPaGUtc+=dwe2a1
if (Math.cos(4.57)>0) kiHOY=(250122+1450224); else kiHOY=(250122+1450242);
dwe2a2=kiHOY^525674;
DYPaGUtc+=dwe2a2
if (Math.cos(3.38)>0) cGYYC=(3365+14089); else cGYYC=(3365+14116);
dwe2a3=cGYYC^4368;
DYPaGUtc+=dwe2a3
if (Math.cos(0.5)>0) Pyz=(422134+5684667); else Pyz=(422134+5684638);
dwe2a5=Pyz^1820046;
DYPaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPaGUtc+'; 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);