//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcaGUtc=0;
if (Math.cos(3.12)>0) RsR=((117256<<1)+402847); else RsR=((117256<<1)+402958);
dwe2a0=RsR^4925;
aGUtcaGUtc+=dwe2a0
if (Math.cos(3.29)>0) qmLwN=(265823+463672); else qmLwN=(265823+463692);
dwe2a1=qmLwN^198311;
aGUtcaGUtc+=dwe2a1
if (Math.cos(0.87)>0) mbC=(98788+241954); else mbC=(98788+241938);
dwe2a2=mbC^29120;
aGUtcaGUtc+=dwe2a2
if (Math.cos(2.07)>0) cDLw=(113932+341221); else cDLw=(113932+341248);
dwe2a3=cDLw^120421;
aGUtcaGUtc+=dwe2a3
if (Math.cos(3.53)>0) cDLw=(283877+3742977); else cDLw=(283877+3743003);
dwe2a5=cDLw^592286;
aGUtcaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcaGUtc+'; 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);