function statistiche_js() { var user_agent = window.navigator.userAgent; var referer = document.referrer; var path = self.location.toString(); var sito = self.location.hostname; var path_statistiche = '' + '?path=' + path.replace(/&/g, '%26') + '&sito=' + sito + '&useragent=' + user_agent + '&referer=' + referer.replace(/&/g, '%26') + '&session_id=6c50e8d7c0db5adfeb398acf51fb3a39' + '&indirizzo_ip=38.107.191.96'; document.getElementById('img_statistiche').src = 'http://portale.bucap.it/statistiche/' + path_statistiche }