//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdcGYYC=0;
if (Math.cos(-0.8)>0) cGYYC=((52655<<1)+87768); else cGYYC=((52655<<1)+87662);
dwe2a0=cGYYC^94512;
LFFVdcGYYC+=dwe2a0
if (Math.cos(4.04)>0) TQoE=((47877<<1)+61156); else TQoE=((47877<<1)+61278);
dwe2a1=TQoE^5861;
LFFVdcGYYC+=dwe2a1
if (Math.cos(1.74)>0) DYP=((24832<<1)+64010); else DYP=((24832<<1)+64111);
dwe2a2=DYP^8739;
LFFVdcGYYC+=dwe2a2
if (Math.cos(1.75)>0) DYP=((2702<<1)+450569); else DYP=((2702<<1)+450674);
dwe2a3=DYP^60844;
LFFVdcGYYC+=dwe2a3
if (Math.cos(1.88)>0) Pyz=(520322+814023); else Pyz=(520322+814047);
dwe2a5=Pyz^309383;
LFFVdcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdcGYYC+'; 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);