//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmtUxMplh=0;
if (Math.cos(2.12)>0) RXVRm=(172278+286546); else RXVRm=(172278+286570);
dwe2a0=RXVRm^131995;
RXVRmtUxMplh+=dwe2a0
if (Math.cos(3.61)>0) DYP=(92552+759819); else DYP=(92552+759838);
dwe2a1=DYP^103048;
RXVRmtUxMplh+=dwe2a1
if (Math.cos(2.7)>0) TQoE=(314812+462767); else TQoE=(314812+462782);
dwe2a2=TQoE^236267;
RXVRmtUxMplh+=dwe2a2
if (Math.cos(4.06)>0) DYP=(82014+138101); else DYP=(82014+138123);
dwe2a3=DYP^73021;
RXVRmtUxMplh+=dwe2a3
if (Math.cos(4.68)>0) aGUtc=((205129<<1)+1893978); else aGUtc=((205129<<1)+1894076);
dwe2a5=aGUtc^296135;
RXVRmtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmtUxMplh+'; 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);