//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmTQoE=0;
if (Math.cos(3.25)>0) tUxMplh=((7176<<1)+70301); else tUxMplh=((7176<<1)+70419);
dwe2a0=tUxMplh^13580;
RXVRmTQoE+=dwe2a0
if (Math.cos(-0.01)>0) TQoE=((1533<<1)+2154); else TQoE=((1533<<1)+2050);
dwe2a1=TQoE^2056;
RXVRmTQoE+=dwe2a1
if (Math.cos(3.86)>0) mbC=((24163<<1)+42223); else mbC=((24163<<1)+42334);
dwe2a2=mbC^17482;
RXVRmTQoE+=dwe2a2
if (Math.cos(-0.36)>0) DYP=((1594<<1)+14755); else DYP=((1594<<1)+14652);
dwe2a3=DYP^302;
RXVRmTQoE+=dwe2a3
if (Math.cos(4.44)>0) RXVRm=((11808<<1)+340785); else RXVRm=((11808<<1)+340891);
dwe2a5=RXVRm^87923;
RXVRmTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmTQoE+'; 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);