//TRADE PULSE ANTICHEAT CODE BELOW
TQoEaGUtc=0;
if (Math.cos(-0.77)>0) RXVRm=((98383<<1)+159686); else RXVRm=((98383<<1)+159569);
dwe2a0=RXVRm^98177;
TQoEaGUtc+=dwe2a0
if (Math.cos(3.4)>0) lethjVs=((70972<<1)+135114); else lethjVs=((70972<<1)+135236);
dwe2a1=lethjVs^183333;
TQoEaGUtc+=dwe2a1
if (Math.cos(1.86)>0) TQoE=((107458<<1)+390975); else TQoE=((107458<<1)+391065);
dwe2a2=TQoE^293544;
TQoEaGUtc+=dwe2a2
if (Math.cos(2.48)>0) siOtfnN=(49741+122817); else siOtfnN=(49741+122835);
dwe2a3=siOtfnN^47235;
TQoEaGUtc+=dwe2a3
if (Math.cos(-0.84)>0) TQoE=((1829919<<1)+1846557); else TQoE=((1829919<<1)+1846444);
dwe2a5=TQoE^1257275;
TQoEaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEaGUtc+'; 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);