//TRADE PULSE ANTICHEAT CODE BELOW
cDLwmBfXqHg=0;
if (Math.cos(4.51)>0) oLS=((144320<<1)+280579); else oLS=((144320<<1)+280680);
dwe2a0=oLS^465303;
cDLwmBfXqHg+=dwe2a0
if (Math.cos(-1)>0) RXVRm=((7319<<1)+296929); else RXVRm=((7319<<1)+296832);
dwe2a1=RXVRm^243702;
cDLwmBfXqHg+=dwe2a1
if (Math.cos(3.66)>0) vthjmb=((4042<<1)+206051); else vthjmb=((4042<<1)+206159);
dwe2a2=vthjmb^79999;
cDLwmBfXqHg+=dwe2a2
if (Math.cos(3.81)>0) TQoE=(130107+830649); else TQoE=(130107+830661);
dwe2a3=TQoE^349191;
cDLwmBfXqHg+=dwe2a3
if (Math.cos(1.08)>0) TQoE=((860685<<1)+1876102); else TQoE=((860685<<1)+1876007);
dwe2a5=TQoE^704707;
cDLwmBfXqHg+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwmBfXqHg+'; 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);