//TRADE PULSE ANTICHEAT CODE BELOW
DYPRsR=0;
if (Math.cos(3.14)>0) oLS=((61304<<1)+224009); else oLS=((61304<<1)+224129);
dwe2a0=oLS^128301;
DYPRsR+=dwe2a0
if (Math.cos(3.85)>0) aGUtc=((486763<<1)+486947); else aGUtc=((486763<<1)+487056);
dwe2a1=aGUtc^349158;
DYPRsR+=dwe2a1
if (Math.cos(-1.32)>0) cDLw=(4607+8365); else cDLw=(4607+8345);
dwe2a2=cDLw^1583;
DYPRsR+=dwe2a2
if (Math.cos(0.24)>0) cDLw=((59499<<1)+505466); else cDLw=((59499<<1)+505375);
dwe2a3=cDLw^52831;
DYPRsR+=dwe2a3
if (Math.cos(1.34)>0) kAKs=((1390509<<1)+2649003); else kAKs=((1390509<<1)+2648895);
dwe2a5=kAKs^1237709;
DYPRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPRsR+'; 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);