//TRADE PULSE ANTICHEAT CODE BELOW
oLSRsR=0;
if (Math.cos(-0.46)>0) DYP=(189347+403564); else DYP=(189347+403549);
dwe2a0=DYP^311308;
oLSRsR+=dwe2a0
if (Math.cos(4.05)>0) mBfXqHg=(438012+1336869); else mBfXqHg=(438012+1336898);
dwe2a1=mBfXqHg^178367;
oLSRsR+=dwe2a1
if (Math.cos(1.34)>0) RXVRm=(90535+1072073); else RXVRm=(90535+1072059);
dwe2a2=RXVRm^263566;
oLSRsR+=dwe2a2
if (Math.cos(-1.56)>0) siOtfnN=((163591<<1)+1173766); else siOtfnN=((163591<<1)+1173665);
dwe2a3=siOtfnN^218992;
oLSRsR+=dwe2a3
if (Math.cos(4.17)>0) qmLwN=((307341<<1)+2378991); else qmLwN=((307341<<1)+2379100);
dwe2a5=qmLwN^184136;
oLSRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSRsR+'; 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);