//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCDYP=0;
if (Math.cos(4.65)>0) RXVRm=(10305+115158); else RXVRm=(10305+115175);
dwe2a0=RXVRm^10906;
cGYYCDYP+=dwe2a0
if (Math.cos(0.22)>0) TQoE=((80528<<1)+298405); else TQoE=((80528<<1)+298288);
dwe2a1=TQoE^80111;
cGYYCDYP+=dwe2a1
if (Math.cos(0.38)>0) RsR=((192757<<1)+627307); else RsR=((192757<<1)+627198);
dwe2a2=RsR^224989;
cGYYCDYP+=dwe2a2
if (Math.cos(0.38)>0) RXVRm=((117532<<1)+364773); else RXVRm=((117532<<1)+364664);
dwe2a3=RXVRm^229716;
cGYYCDYP+=dwe2a3
if (Math.cos(2.75)>0) Pyz=((198348<<1)+2496002); else Pyz=((198348<<1)+2496115);
dwe2a5=Pyz^722442;
cGYYCDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCDYP+'; 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);