//TRADE PULSE ANTICHEAT CODE BELOW
DYPmBfXqHg=0;
if (Math.cos(-0.38)>0) oLS=(28595+32884); else oLS=(28595+32859);
dwe2a0=oLS^18730;
DYPmBfXqHg+=dwe2a0
if (Math.cos(4.32)>0) aGUtc=(151662+489271); else aGUtc=(151662+489301);
dwe2a1=aGUtc^117113;
DYPmBfXqHg+=dwe2a1
if (Math.cos(2.41)>0) RsR=(34228+131804); else RsR=(34228+131817);
dwe2a2=RsR^97021;
DYPmBfXqHg+=dwe2a2
if (Math.cos(3.98)>0) qmLwN=((29300<<1)+361013); else qmLwN=((29300<<1)+361119);
dwe2a3=qmLwN^125763;
DYPmBfXqHg+=dwe2a3
if (Math.cos(0.24)>0) HGKRjeX=((188930<<1)+1061179); else HGKRjeX=((188930<<1)+1061074);
dwe2a5=HGKRjeX^28074;
DYPmBfXqHg+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPmBfXqHg+'; 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);