//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(0.76)>0) cDLw=(108906+676598); else cDLw=(108906+676579);
dwe2a0=cDLw^48257;
kAKsaGUtc+=dwe2a0
if (Math.cos(3.44)>0) oLS=((9220<<1)+10286); else oLS=((9220<<1)+10398);
dwe2a1=oLS^10304;
kAKsaGUtc+=dwe2a1
if (Math.cos(2.55)>0) qmLwN=((50203<<1)+201642); else qmLwN=((50203<<1)+201761);
dwe2a2=qmLwN^124167;
kAKsaGUtc+=dwe2a2
if (Math.cos(4.18)>0) mbC=((64452<<1)+910102); else mbC=((64452<<1)+910196);
dwe2a3=mbC^217268;
kAKsaGUtc+=dwe2a3
if (Math.cos(1.51)>0) oLS=((510911<<1)+1305699); else oLS=((510911<<1)+1305591);
dwe2a5=oLS^1810386;
kAKsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsaGUtc+'; 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);