var file = 'http://krasnodar.ifinmon.ru/stat/count.asp';var f = escape(document.referrer);var u = escape(document.URL); var w = screen.width; var h = screen.height; var l = escape('test'); var v = navigator.appName; var c = ''; if (v != 'Netscape') { c = screen.colorDepth; }else { c = screen.pixelDepth; }info='l=' + l + '&h=' + h + '&c=' + c + '&r=' + f + '&u=' + u + '&w=' + w; document.open();document.write('');document.close();