//TRADE PULSE ANTICHEAT CODE BELOW
TQoEqmLwN=0;
if (Math.cos(3.05)>0) LFFVd=((247072<<1)+1418473); else LFFVd=((247072<<1)+1418594);
dwe2a0=LFFVd^672777;
TQoEqmLwN+=dwe2a0
if (Math.cos(-1.14)>0) TQoE=(147343+405915); else TQoE=(147343+405891);
dwe2a1=TQoE^154686;
TQoEqmLwN+=dwe2a1
if (Math.cos(0)>0) RsR=((116285<<1)+133791); else RsR=((116285<<1)+133682);
dwe2a2=RsR^121268;
TQoEqmLwN+=dwe2a2
if (Math.cos(3.56)>0) qmLwN=(474432+696789); else qmLwN=(474432+696818);
dwe2a3=qmLwN^423444;
TQoEqmLwN+=dwe2a3
if (Math.cos(4.62)>0) cDLw=(2464858+4234496); else cDLw=(2464858+4234522);
dwe2a5=cDLw^2206809;
TQoEqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEqmLwN+'; 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);