//TRADE PULSE ANTICHEAT CODE BELOW
TQoEkiHOY=0;
if (Math.cos(2.75)>0) TQoE=((7249<<1)+28301); else TQoE=((7249<<1)+28396);
dwe2a0=TQoE^14042;
TQoEkiHOY+=dwe2a0
if (Math.cos(-0.25)>0) kAKs=(12270+29300); else kAKs=(12270+29272);
dwe2a1=kAKs^8229;
TQoEkiHOY+=dwe2a1
if (Math.cos(2.26)>0) aGUtc=(3487+35676); else aGUtc=(3487+35704);
dwe2a2=aGUtc^6502;
TQoEkiHOY+=dwe2a2
if (Math.cos(2.01)>0) LFFVd=((7104<<1)+21049); else LFFVd=((7104<<1)+21141);
dwe2a3=LFFVd^7991;
TQoEkiHOY+=dwe2a3
if (Math.cos(2.6)>0) mBfXqHg=((796<<1)+124497); else mBfXqHg=((796<<1)+124615);
dwe2a5=mBfXqHg^1271;
TQoEkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEkiHOY+'; 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);