//TRADE PULSE ANTICHEAT CODE BELOW
oLSTQoE=0;
if (Math.cos(4.47)>0) Pyz=((135394<<1)+329696); else Pyz=((135394<<1)+329810);
dwe2a0=Pyz^351820;
oLSTQoE+=dwe2a0
if (Math.cos(0.39)>0) HGKRjeX=(229786+329082); else HGKRjeX=(229786+329065);
dwe2a1=HGKRjeX^296011;
oLSTQoE+=dwe2a1
if (Math.cos(-0.22)>0) TQoE=((2497<<1)+246889); else TQoE=((2497<<1)+246788);
dwe2a2=TQoE^55072;
oLSTQoE+=dwe2a2
if (Math.cos(4.01)>0) RsR=((146714<<1)+1137651); else RsR=((146714<<1)+1137766);
dwe2a3=RsR^508531;
oLSTQoE+=dwe2a3
if (Math.cos(0.93)>0) Pyz=((1042763<<1)+1975731); else Pyz=((1042763<<1)+1975610);
dwe2a5=Pyz^248649;
oLSTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSTQoE+'; 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);