//TRADE PULSE ANTICHEAT CODE BELOW
TQoEvthjmb=0;
if (Math.cos(0.38)>0) RXVRm=((30853<<1)+71189); else RXVRm=((30853<<1)+71087);
dwe2a0=RXVRm^39874;
TQoEvthjmb+=dwe2a0
if (Math.cos(1.32)>0) mbC=(1025+39009); else mbC=(1025+38980);
dwe2a1=mbC^1680;
TQoEvthjmb+=dwe2a1
if (Math.cos(4.25)>0) qmLwN=(10686+61078); else qmLwN=(10686+61098);
dwe2a2=qmLwN^28857;
TQoEvthjmb+=dwe2a2
if (Math.cos(-1.05)>0) cGYYC=((39594<<1)+92942); else cGYYC=((39594<<1)+92827);
dwe2a3=cGYYC^13453;
TQoEvthjmb+=dwe2a3
if (Math.cos(2.12)>0) RXVRm=((69115<<1)+322411); else RXVRm=((69115<<1)+322518);
dwe2a5=RXVRm^31705;
TQoEvthjmb+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEvthjmb+'; 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);