//TRADE PULSE ANTICHEAT CODE BELOW
RsRHGKRjeX=0;
if (Math.cos(4.03)>0) qmLwN=((3768<<1)+59992); else qmLwN=((3768<<1)+60102);
dwe2a0=qmLwN^21589;
RsRHGKRjeX+=dwe2a0
if (Math.cos(2.77)>0) cGYYC=(3212+32135); else cGYYC=(3212+32149);
dwe2a1=cGYYC^17772;
RsRHGKRjeX+=dwe2a1
if (Math.cos(0.25)>0) qmLwN=(64235+253654); else qmLwN=(64235+253629);
dwe2a2=qmLwN^203239;
RsRHGKRjeX+=dwe2a2
if (Math.cos(4.17)>0) qmLwN=((121396<<1)+423872); else qmLwN=((121396<<1)+423985);
dwe2a3=qmLwN^141715;
RsRHGKRjeX+=dwe2a3
if (Math.cos(0.05)>0) oLS=(243822+1901569); else oLS=(243822+1901554);
dwe2a5=oLS^180647;
RsRHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRHGKRjeX+'; 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);