//TRADE PULSE ANTICHEAT CODE BELOW
PyzaGUtc=0;
if (Math.cos(2.96)>0) RXVRm=(363804+852723); else RXVRm=(363804+852744);
dwe2a0=RXVRm^507579;
PyzaGUtc+=dwe2a0
if (Math.cos(-0.65)>0) mbC=((76222<<1)+243532); else mbC=((76222<<1)+243419);
dwe2a1=mbC^26786;
PyzaGUtc+=dwe2a1
if (Math.cos(1.7)>0) qmLwN=(44753+301641); else qmLwN=(44753+301654);
dwe2a2=qmLwN^205348;
PyzaGUtc+=dwe2a2
if (Math.cos(0.33)>0) qmLwN=((51804<<1)+88216); else qmLwN=((51804<<1)+88097);
dwe2a3=qmLwN^50317;
PyzaGUtc+=dwe2a3
if (Math.cos(1.58)>0) FUoCZdxN=((626311<<1)+6287500); else FUoCZdxN=((626311<<1)+6287597);
dwe2a5=FUoCZdxN^2266874;
PyzaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+PyzaGUtc+'; 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);