//TRADE PULSE ANTICHEAT CODE BELOW
RsRRXVRm=0;
if (Math.cos(4.4)>0) RsR=((73838<<1)+287552); else RsR=((73838<<1)+287652);
dwe2a0=RsR^155703;
RsRRXVRm+=dwe2a0
if (Math.cos(1.23)>0) aGUtc=((4552<<1)+11004); else aGUtc=((4552<<1)+10913);
dwe2a1=aGUtc^2457;
RsRRXVRm+=dwe2a1
if (Math.cos(0.72)>0) tUxMplh=((77556<<1)+142889); else tUxMplh=((77556<<1)+142782);
dwe2a2=tUxMplh^10136;
RsRRXVRm+=dwe2a2
if (Math.cos(2.71)>0) lethjVs=(108656+167019); else lethjVs=(108656+167042);
dwe2a3=lethjVs^982;
RsRRXVRm+=dwe2a3
if (Math.cos(0.89)>0) cGYYC=(292074+638404); else cGYYC=(292074+638376);
dwe2a5=cGYYC^357735;
RsRRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRRXVRm+'; 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);