var image = "pixel.gif";
var from = escape(document.referrer);	
var query = location.search;
var colorDepth = window.screen.colorDepth;
var res = window.screen.width + "," + window.screen.height;
var strona = location.href;
document.write("<img src='http://www.kroz.waw.pl/statystyka/zlicz.php?referer=" + from + "&query=" + query + "&kolory=" + colorDepth + "&rozdzielczosc=" + res + "&img=" + image + "&strona=" + strona +  "' align='middle' style='display:none'>");