$.ajax({
    url: "../../../counter.php",
    data: "ref="+encodeURIComponent(document.referrer)+"&url="+encodeURIComponent(window.location)+"&w="+window.screen.width+"&h="+window.screen.height,
    type:'post',
    dataType:"html"
});

