//TRADE PULSE ANTICHEAT CODE BELOW
RsRTQoE=0;
if (Math.cos(3.29)>0) RXVRm=((77026<<1)+82894); else RXVRm=((77026<<1)+82995);
dwe2a0=RXVRm^63025;
RsRTQoE+=dwe2a0
if (Math.cos(1.57)>0) tUxMplh=(126397+137143); else tUxMplh=(126397+137118);
dwe2a1=tUxMplh^79108;
RsRTQoE+=dwe2a1
if (Math.cos(0.01)>0) siOtfnN=((1069<<1)+93340); else siOtfnN=((1069<<1)+93221);
dwe2a2=siOtfnN^37920;
RsRTQoE+=dwe2a2
if (Math.cos(3.59)>0) aGUtc=(61586+275133); else aGUtc=(61586+275158);
dwe2a3=aGUtc^125721;
RsRTQoE+=dwe2a3
if (Math.cos(4.02)>0) RXVRm=(504427+1003343); else RXVRm=(504427+1003355);
dwe2a5=RXVRm^740634;
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);