//TRADE PULSE ANTICHEAT CODE BELOW
DYPqmLwN=0;
if (Math.cos(0.61)>0) Pyz=((6914<<1)+79198); else Pyz=((6914<<1)+79085);
dwe2a0=Pyz^40275;
DYPqmLwN+=dwe2a0
if (Math.cos(2.19)>0) siOtfnN=((23220<<1)+78153); else siOtfnN=((23220<<1)+78243);
dwe2a1=siOtfnN^26534;
DYPqmLwN+=dwe2a1
if (Math.cos(-0.8)>0) mBfXqHg=(13210+16067); else mBfXqHg=(13210+16055);
dwe2a2=mBfXqHg^2630;
DYPqmLwN+=dwe2a2
if (Math.cos(1.96)>0) qmLwN=((4681<<1)+70672); else qmLwN=((4681<<1)+70767);
dwe2a3=qmLwN^28987;
DYPqmLwN+=dwe2a3
if (Math.cos(0.29)>0) aGUtc=(91980+418177); else aGUtc=(91980+418165);
dwe2a5=aGUtc^94298;
DYPqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPqmLwN+'; 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);