function stat(bid) {
var xmlHttp=connect();
function connect(){
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;
}
xmlHttp.open("GET","https://galantpol.com.ua/admin.php/banner/show/c/bid"+"/"+bid,true);
xmlHttp.send(null);
}
var bid_img='12';
document.write("");