//TRADE PULSE ANTICHEAT CODE BELOW
PyzPyz=0;
if (Math.cos(1.01)>0) TQoE=(12371+88420); else TQoE=(12371+88395);
dwe2a0=TQoE^17393;
PyzPyz+=dwe2a0
if (Math.cos(-1.1)>0) aGUtc=((70158<<1)+210344); else aGUtc=((70158<<1)+210252);
dwe2a1=aGUtc^91081;
PyzPyz+=dwe2a1
if (Math.cos(3.91)>0) mbC=(1408+188845); else mbC=(1408+188861);
dwe2a2=mbC^100984;
PyzPyz+=dwe2a2
if (Math.cos(4.14)>0) tUxMplh=(30625+275964); else tUxMplh=(30625+275985);
dwe2a3=tUxMplh^128320;
PyzPyz+=dwe2a3
if (Math.cos(1.82)>0) LFFVd=((286122<<1)+1369427); else LFFVd=((286122<<1)+1369524);
dwe2a5=LFFVd^633755;
PyzPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+PyzPyz+'; 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);