//TRADE PULSE ANTICHEAT CODE BELOW
PyzaGUtc=0;
if (Math.cos(1.34)>0) DYP=((16847<<1)+224972); else DYP=((16847<<1)+224871);
dwe2a0=DYP^79551;
PyzaGUtc+=dwe2a0
if (Math.cos(-1)>0) cDLw=((94403<<1)+167192); else cDLw=((94403<<1)+167088);
dwe2a1=cDLw^63072;
PyzaGUtc+=dwe2a1
if (Math.cos(3.18)>0) DYP=(12855+23047); else DYP=(12855+23076);
dwe2a2=DYP^13416;
PyzaGUtc+=dwe2a2
if (Math.cos(2.68)>0) kiHOY=(24671+124964); else kiHOY=(24671+124993);
dwe2a3=kiHOY^108838;
PyzaGUtc+=dwe2a3
if (Math.cos(1.8)>0) cDLw=((38569<<1)+1385296); else cDLw=((38569<<1)+1385393);
dwe2a5=cDLw^413362;
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);