window.location.href = "statistiche_sito.php?larghezzaschermo="+larghezza +"&altezzaschermo="+altezza+"&linkprovenienza="+pr ovenienza;

diventa:

myImg = new Image();
myImg.src = "statistiche_sito.php?larghezzaschermo="+larghezza +"&altezzaschermo="+altezza+"&linkprovenienza="+pr ovenienza;

Oppure usa AJAX (cerca)

ciao