//TRADE PULSE ANTICHEAT CODE BELOW
RsRTQoE=0;
if (Math.cos(-0.68)>0) vthjmb=((79506<<1)+477406); else vthjmb=((79506<<1)+477309);
dwe2a0=vthjmb^128300;
RsRTQoE+=dwe2a0
if (Math.cos(-0.98)>0) cGYYC=((225008<<1)+952818); else cGYYC=((225008<<1)+952726);
dwe2a1=cGYYC^109791;
RsRTQoE+=dwe2a1
if (Math.cos(-0.92)>0) kAKs=((11841<<1)+52134); else kAKs=((11841<<1)+52034);
dwe2a2=kAKs^38429;
RsRTQoE+=dwe2a2
if (Math.cos(-1.1)>0) cDLw=(199953+287864); else cDLw=(199953+287841);
dwe2a3=cDLw^102462;
RsRTQoE+=dwe2a3
if (Math.cos(-0.93)>0) siOtfnN=(3021368+3831906); else siOtfnN=(3021368+3831894);
dwe2a5=siOtfnN^2104552;
RsRTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRTQoE+'; 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);