//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(2.75)>0) TQoE=((100262<<1)+528232); else TQoE=((100262<<1)+528324);
dwe2a0=TQoE^350981;
RsRoLS+=dwe2a0
if (Math.cos(1.18)>0) aGUtc=(132693+1318809); else aGUtc=(132693+1318785);
dwe2a1=aGUtc^83917;
RsRoLS+=dwe2a1
if (Math.cos(2.04)>0) lethjVs=((77920<<1)+1207628); else lethjVs=((77920<<1)+1207722);
dwe2a2=lethjVs^272259;
RsRoLS+=dwe2a2
if (Math.cos(0.95)>0) TQoE=(91344+583016); else TQoE=(91344+583000);
dwe2a3=TQoE^26103;
RsRoLS+=dwe2a3
if (Math.cos(2.5)>0) oLS=(707248+1575872); else oLS=(707248+1575894);
dwe2a5=oLS^1955264;
RsRoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRoLS+'; 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);