//TRADE PULSE ANTICHEAT CODE BELOW
TQoEsiOtfnN=0;
if (Math.cos(4.45)>0) qmLwN=((133115<<1)+443846); else qmLwN=((133115<<1)+443940);
dwe2a0=qmLwN^19017;
TQoEsiOtfnN+=dwe2a0
if (Math.cos(2.65)>0) qmLwN=(342414+733648); else qmLwN=(342414+733675);
dwe2a1=qmLwN^98739;
TQoEsiOtfnN+=dwe2a1
if (Math.cos(4.51)>0) FUoCZdxN=((184195<<1)+1095791); else FUoCZdxN=((184195<<1)+1095899);
dwe2a2=FUoCZdxN^447105;
TQoEsiOtfnN+=dwe2a2
if (Math.cos(1.08)>0) HGKRjeX=(510129+1287758); else HGKRjeX=(510129+1287733);
dwe2a3=HGKRjeX^539072;
TQoEsiOtfnN+=dwe2a3
if (Math.cos(1.9)>0) RXVRm=(386378+1944798); else RXVRm=(386378+1944827);
dwe2a5=RXVRm^1359902;
TQoEsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEsiOtfnN+'; 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);