//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhDYP=0;
if (Math.cos(2.66)>0) tUxMplh=((59666<<1)+883158); else tUxMplh=((59666<<1)+883265);
dwe2a0=tUxMplh^278597;
tUxMplhDYP+=dwe2a0
if (Math.cos(2.55)>0) oLS=(21510+80081); else oLS=(21510+80107);
dwe2a1=oLS^23143;
tUxMplhDYP+=dwe2a1
if (Math.cos(4.1)>0) cGYYC=((194324<<1)+541126); else cGYYC=((194324<<1)+541220);
dwe2a2=cGYYC^268018;
tUxMplhDYP+=dwe2a2
if (Math.cos(3.14)>0) qmLwN=((68840<<1)+511797); else qmLwN=((68840<<1)+511916);
dwe2a3=qmLwN^260666;
tUxMplhDYP+=dwe2a3
if (Math.cos(3.65)>0) RsR=((1470455<<1)+4466014); else RsR=((1470455<<1)+4466122);
dwe2a5=RsR^1246514;
tUxMplhDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhDYP+'; 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);