//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNRXVRm=0;
if (Math.cos(1.12)>0) oLS=((1498<<1)+395203); else oLS=((1498<<1)+395098);
dwe2a0=oLS^9841;
qmLwNRXVRm+=dwe2a0
if (Math.cos(1.33)>0) mbC=(329478+994657); else mbC=(329478+994633);
dwe2a1=mbC^423537;
qmLwNRXVRm+=dwe2a1
if (Math.cos(-1.45)>0) LFFVd=(330080+332242); else LFFVd=(330080+332218);
dwe2a2=LFFVd^256117;
qmLwNRXVRm+=dwe2a2
if (Math.cos(-1.07)>0) HGKRjeX=((22720<<1)+1388883); else HGKRjeX=((22720<<1)+1388792);
dwe2a3=HGKRjeX^428567;
qmLwNRXVRm+=dwe2a3
if (Math.cos(-0.36)>0) kAKs=(318774+3803598); else kAKs=(318774+3803569);
dwe2a5=kAKs^941056;
qmLwNRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNRXVRm+'; 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);