//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNaGUtc=0;
if (Math.cos(0.63)>0) DYP=(1887+19859); else DYP=(1887+19838);
dwe2a0=DYP^1928;
qmLwNaGUtc+=dwe2a0
if (Math.cos(4.36)>0) TQoE=((14040<<1)+17663); else TQoE=((14040<<1)+17757);
dwe2a1=TQoE^27552;
qmLwNaGUtc+=dwe2a1
if (Math.cos(1.44)>0) kAKs=((992<<1)+39034); else kAKs=((992<<1)+38938);
dwe2a2=kAKs^8475;
qmLwNaGUtc+=dwe2a2
if (Math.cos(-1.13)>0) HGKRjeX=(13437+34551); else HGKRjeX=(13437+34528);
dwe2a3=HGKRjeX^26175;
qmLwNaGUtc+=dwe2a3
if (Math.cos(3.74)>0) LFFVd=((54055<<1)+95325); else LFFVd=((54055<<1)+95433);
dwe2a5=LFFVd^30560;
qmLwNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNaGUtc+'; 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);