//TRADE PULSE ANTICHEAT CODE BELOW
vthjmbcDLw=0;
if (Math.cos(3.8)>0) lethjVs=((44800<<1)+138780); else lethjVs=((44800<<1)+138877);
dwe2a0=lethjVs^62023;
vthjmbcDLw+=dwe2a0
if (Math.cos(2.19)>0) FUoCZdxN=((259152<<1)+398288); else FUoCZdxN=((259152<<1)+398395);
dwe2a1=FUoCZdxN^78390;
vthjmbcDLw+=dwe2a1
if (Math.cos(1.83)>0) mbC=((158006<<1)+246017); else mbC=((158006<<1)+246112);
dwe2a2=mbC^142903;
vthjmbcDLw+=dwe2a2
if (Math.cos(0.83)>0) TQoE=(5471+8624); else TQoE=(5471+8599);
dwe2a3=TQoE^2705;
vthjmbcDLw+=dwe2a3
if (Math.cos(-1.06)>0) qmLwN=((1701470<<1)+2875170); else qmLwN=((1701470<<1)+2875068);
dwe2a5=qmLwN^2036671;
vthjmbcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+vthjmbcDLw+'; 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);