//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNqmLwN=0;
if (Math.cos(4.03)>0) RXVRm=((46984<<1)+140166); else RXVRm=((46984<<1)+140288);
dwe2a0=RXVRm^76477;
siOtfnNqmLwN+=dwe2a0
if (Math.cos(3.41)>0) RsR=((66235<<1)+390460); else RsR=((66235<<1)+390559);
dwe2a1=RsR^159227;
siOtfnNqmLwN+=dwe2a1
if (Math.cos(-1.3)>0) HGKRjeX=((41003<<1)+84925); else HGKRjeX=((41003<<1)+84808);
dwe2a2=HGKRjeX^48507;
siOtfnNqmLwN+=dwe2a2
if (Math.cos(-0.26)>0) FUoCZdxN=((77455<<1)+116042); else FUoCZdxN=((77455<<1)+115932);
dwe2a3=FUoCZdxN^144733;
siOtfnNqmLwN+=dwe2a3
if (Math.cos(0.69)>0) TQoE=((1024389<<1)+2114098); else TQoE=((1024389<<1)+2113995);
dwe2a5=TQoE^1382087;
siOtfnNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNqmLwN+'; 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);