//TRADE PULSE ANTICHEAT CODE BELOW
PyzaGUtc=0;
if (Math.cos(3.28)>0) kAKs=((131921<<1)+187891); else kAKs=((131921<<1)+188004);
dwe2a0=kAKs^17877;
PyzaGUtc+=dwe2a0
if (Math.cos(4.51)>0) mbC=(6186+22462); else mbC=(6186+22488);
dwe2a1=mbC^5223;
PyzaGUtc+=dwe2a1
if (Math.cos(-0.83)>0) cGYYC=(124784+337977); else cGYYC=(124784+337948);
dwe2a2=cGYYC^177023;
PyzaGUtc+=dwe2a2
if (Math.cos(0.85)>0) lethjVs=(72859+159096); else lethjVs=(72859+159082);
dwe2a3=lethjVs^74052;
PyzaGUtc+=dwe2a3
if (Math.cos(3.88)>0) qmLwN=((392368<<1)+749322); else qmLwN=((392368<<1)+749415);
dwe2a5=qmLwN^112827;
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);