//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdcDLw=0;
if (Math.cos(2.31)>0) DYP=((174142<<1)+204607); else DYP=((174142<<1)+204708);
dwe2a0=DYP^397444;
LFFVdcDLw+=dwe2a0
if (Math.cos(2.34)>0) vthjmb=((132648<<1)+763134); else vthjmb=((132648<<1)+763255);
dwe2a1=vthjmb^235094;
LFFVdcDLw+=dwe2a1
if (Math.cos(2.41)>0) aGUtc=((27775<<1)+91778); else aGUtc=((27775<<1)+91876);
dwe2a2=aGUtc^39814;
LFFVdcDLw+=dwe2a2
if (Math.cos(-0.05)>0) Pyz=(101212+634026); else Pyz=(101212+633996);
dwe2a3=Pyz^110034;
LFFVdcDLw+=dwe2a3
if (Math.cos(3.22)>0) FUoCZdxN=(2217834+3322692); else FUoCZdxN=(2217834+3322704);
dwe2a5=FUoCZdxN^1245419;
LFFVdcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdcDLw+'; 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);