$(document).ready(function() {

    $("a").click(function() {

        $.post("http://www.simoneandreani.it/tracking/track.php?r=" + Math.random(),
        {
            u: this.href,
            a: "1001",
            s: screen.width + "x" + screen.height
        });
    });
});
