//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcRsR=0;
if (Math.cos(-0.48)>0) LFFVd=((2272<<1)+188886); else LFFVd=((2272<<1)+188791);
dwe2a0=LFFVd^37238;
aGUtcRsR+=dwe2a0
if (Math.cos(3.26)>0) kAKs=((35259<<1)+59392); else kAKs=((35259<<1)+59487);
dwe2a1=kAKs^20014;
aGUtcRsR+=dwe2a1
if (Math.cos(0.31)>0) HGKRjeX=((16110<<1)+56990); else HGKRjeX=((16110<<1)+56878);
dwe2a2=HGKRjeX^40391;
aGUtcRsR+=dwe2a2
if (Math.cos(2.68)>0) qmLwN=((20999<<1)+121134); else qmLwN=((20999<<1)+121231);
dwe2a3=qmLwN^26413;
aGUtcRsR+=dwe2a3
if (Math.cos(3.28)>0) oLS=(78856+641823); else oLS=(78856+641851);
dwe2a5=oLS^163714;
aGUtcRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcRsR+'; 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);