//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCDYP=0;
if (Math.cos(-0.97)>0) RXVRm=(212914+255852); else RXVRm=(212914+255822);
dwe2a0=RXVRm^160637;
cGYYCDYP+=dwe2a0
if (Math.cos(3.07)>0) mbC=(2069+481322); else mbC=(2069+481336);
dwe2a1=mbC^90338;
cGYYCDYP+=dwe2a1
if (Math.cos(2.97)>0) siOtfnN=((107249<<1)+217112); else siOtfnN=((107249<<1)+217221);
dwe2a2=siOtfnN^156731;
cGYYCDYP+=dwe2a2
if (Math.cos(1.61)>0) aGUtc=((159333<<1)+809692); else aGUtc=((159333<<1)+809788);
dwe2a3=aGUtc^105393;
cGYYCDYP+=dwe2a3
if (Math.cos(-0.62)>0) aGUtc=((59209<<1)+5330799); else aGUtc=((59209<<1)+5330688);
dwe2a5=aGUtc^1267449;
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);