//TRADE PULSE ANTICHEAT CODE BELOW
TQoETQoE=0;
if (Math.cos(3.09)>0) RsR=((9245<<1)+11587); else RsR=((9245<<1)+11702);
dwe2a0=RsR^1412;
TQoETQoE+=dwe2a0
if (Math.cos(3.72)>0) RXVRm=((111049<<1)+239745); else RXVRm=((111049<<1)+239864);
dwe2a1=RXVRm^125933;
TQoETQoE+=dwe2a1
if (Math.cos(2.3)>0) HGKRjeX=((248503<<1)+450820); else HGKRjeX=((248503<<1)+450934);
dwe2a2=HGKRjeX^326643;
TQoETQoE+=dwe2a2
if (Math.cos(-0.36)>0) tUxMplh=((13112<<1)+19163); else tUxMplh=((13112<<1)+19045);
dwe2a3=tUxMplh^11424;
TQoETQoE+=dwe2a3
if (Math.cos(1.72)>0) HGKRjeX=((893347<<1)+1111649); else HGKRjeX=((893347<<1)+1111771);
dwe2a5=HGKRjeX^276470;
TQoETQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoETQoE+'; 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);