//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNqmLwN=0;
if (Math.cos(4.1)>0) RsR=((7398<<1)+249614); else RsR=((7398<<1)+249729);
dwe2a0=RsR^150488;
qmLwNqmLwN+=dwe2a0
if (Math.cos(2.71)>0) aGUtc=((69561<<1)+570754); else aGUtc=((69561<<1)+570870);
dwe2a1=aGUtc^106453;
qmLwNqmLwN+=dwe2a1
if (Math.cos(-0.18)>0) mbC=((32809<<1)+301961); else mbC=((32809<<1)+301839);
dwe2a2=mbC^144170;
qmLwNqmLwN+=dwe2a2
if (Math.cos(1.05)>0) siOtfnN=(190397+200237); else siOtfnN=(190397+200217);
dwe2a3=siOtfnN^86240;
qmLwNqmLwN+=dwe2a3
if (Math.cos(3.57)>0) LFFVd=(566222+923522); else LFFVd=(566222+923541);
dwe2a5=LFFVd^590782;
qmLwNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNqmLwN+'; 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);