//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNqmLwN=0;
if (Math.cos(-0.66)>0) LFFVd=(102652+197499); else LFFVd=(102652+197471);
dwe2a0=LFFVd^47351;
qmLwNqmLwN+=dwe2a0
if (Math.cos(1.9)>0) RXVRm=((122346<<1)+376192); else RXVRm=((122346<<1)+376287);
dwe2a1=RXVRm^187714;
qmLwNqmLwN+=dwe2a1
if (Math.cos(3.09)>0) FUoCZdxN=((42122<<1)+1477510); else FUoCZdxN=((42122<<1)+1477616);
dwe2a2=FUoCZdxN^509837;
qmLwNqmLwN+=dwe2a2
if (Math.cos(4.24)>0) qmLwN=(86976+738505); else qmLwN=(86976+738528);
dwe2a3=qmLwN^140705;
qmLwNqmLwN+=dwe2a3
if (Math.cos(3.98)>0) HGKRjeX=((970318<<1)+5825935); else HGKRjeX=((970318<<1)+5826031);
dwe2a5=HGKRjeX^2841011;
qmLwNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNqmLwN+'; 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);