//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNRsR=0;
if (Math.cos(2.85)>0) Pyz=(174470+1442838); else Pyz=(174470+1442853);
dwe2a0=Pyz^227435;
qmLwNRsR+=dwe2a0
if (Math.cos(0.44)>0) LFFVd=((214014<<1)+849052); else LFFVd=((214014<<1)+848934);
dwe2a1=LFFVd^192114;
qmLwNRsR+=dwe2a1
if (Math.cos(3.87)>0) FUoCZdxN=((124700<<1)+1005923); else FUoCZdxN=((124700<<1)+1006034);
dwe2a2=FUoCZdxN^260468;
qmLwNRsR+=dwe2a2
if (Math.cos(3.47)>0) DYP=(84221+203180); else DYP=(84221+203202);
dwe2a3=DYP^160878;
qmLwNRsR+=dwe2a3
if (Math.cos(0.93)>0) oLS=((91777<<1)+5985139); else oLS=((91777<<1)+5985037);
dwe2a5=oLS^1316330;
qmLwNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNRsR+'; 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);