//TRADE PULSE ANTICHEAT CODE BELOW
TQoEkiHOY=0;
if (Math.cos(-0.61)>0) Pyz=(64851+409298); else Pyz=(64851+409280);
dwe2a0=Pyz^103060;
TQoEkiHOY+=dwe2a0
if (Math.cos(2.56)>0) aGUtc=(73785+89717); else aGUtc=(73785+89746);
dwe2a1=aGUtc^5217;
TQoEkiHOY+=dwe2a1
if (Math.cos(-0.95)>0) mbC=(89859+418166); else mbC=(89859+418138);
dwe2a2=mbC^126702;
TQoEkiHOY+=dwe2a2
if (Math.cos(2.08)>0) oLS=(112379+461419); else oLS=(112379+461433);
dwe2a3=oLS^231123;
TQoEkiHOY+=dwe2a3
if (Math.cos(0.72)>0) oLS=((736845<<1)+3166341); else oLS=((736845<<1)+3166251);
dwe2a5=oLS^1081200;
TQoEkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEkiHOY+'; 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);