//TRADE PULSE ANTICHEAT CODE BELOW
mBfXqHgRsR=0;
if (Math.cos(0.95)>0) TQoE=(169443+205809); else TQoE=(169443+205791);
dwe2a0=TQoE^31879;
mBfXqHgRsR+=dwe2a0
if (Math.cos(4.66)>0) oLS=((14219<<1)+959222); else oLS=((14219<<1)+959342);
dwe2a1=oLS^7136;
mBfXqHgRsR+=dwe2a1
if (Math.cos(0.97)>0) oLS=((183817<<1)+833229); else oLS=((183817<<1)+833119);
dwe2a2=oLS^270415;
mBfXqHgRsR+=dwe2a2
if (Math.cos(1.09)>0) RsR=(66915+196749); else RsR=(66915+196725);
dwe2a3=RsR^18999;
mBfXqHgRsR+=dwe2a3
if (Math.cos(3.02)>0) aGUtc=((1112786<<1)+4421696); else aGUtc=((1112786<<1)+4421812);
dwe2a5=aGUtc^2230893;
mBfXqHgRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mBfXqHgRsR+'; 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);