//TRADE PULSE ANTICHEAT CODE BELOW
mbClethjVs=0;
if (Math.cos(1.85)>0) qmLwN=((12048<<1)+55308); else qmLwN=((12048<<1)+55411);
dwe2a0=qmLwN^18243;
mbClethjVs+=dwe2a0
if (Math.cos(0.71)>0) TQoE=((49489<<1)+170999); else TQoE=((49489<<1)+170904);
dwe2a1=TQoE^131281;
mbClethjVs+=dwe2a1
if (Math.cos(-1.2)>0) LFFVd=((9295<<1)+24732); else LFFVd=((9295<<1)+24638);
dwe2a2=LFFVd^1842;
mbClethjVs+=dwe2a2
if (Math.cos(0.42)>0) qmLwN=((2121<<1)+207632); else qmLwN=((2121<<1)+207527);
dwe2a3=qmLwN^26923;
mbClethjVs+=dwe2a3
if (Math.cos(2.32)>0) HGKRjeX=(530395+2424052); else HGKRjeX=(530395+2424077);
dwe2a5=HGKRjeX^762245;
mbClethjVs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbClethjVs+'; 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);