
var kolory = screen.colorDepth?screen.colorDepth:pixelDepth;
var rozdzielczosc = screen.width + ' x '+ screen.height;
var t = new Date();
var dane=(t.getTime()+'|'+kolory + '|'+rozdzielczosc+'|'+navigator.appName +'|'+document.referrer)
var url = document.URL;
window.onunload = function(){
	var czas = new Date() - t;
	new Image().src = "http://stat.dagraf.pl/usr/statystyki.php?dane="+czas+"|"+dane+"&url="+url;
	}

