//TRADE PULSE ANTICHEAT CODE BELOW
TQoEsiOtfnN=0;
if (Math.cos(2.73)>0) kAKs=((1796<<1)+7130); else kAKs=((1796<<1)+7226);
dwe2a0=kAKs^1624;
TQoEsiOtfnN+=dwe2a0
if (Math.cos(3.57)>0) Pyz=(748+4823); else Pyz=(748+4837);
dwe2a1=Pyz^505;
TQoEsiOtfnN+=dwe2a1
if (Math.cos(4.22)>0) RXVRm=((1050<<1)+1907); else RXVRm=((1050<<1)+2017);
dwe2a2=RXVRm^2934;
TQoEsiOtfnN+=dwe2a2
if (Math.cos(-0.58)>0) siOtfnN=(8238+9491); else siOtfnN=(8238+9464);
dwe2a3=siOtfnN^7557;
TQoEsiOtfnN+=dwe2a3
if (Math.cos(-0.98)>0) kiHOY=(25662+40104); else kiHOY=(25662+40091);
dwe2a5=kiHOY^5044;
TQoEsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEsiOtfnN+'; 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);