//var fv = navigator.plugins["Shockwave Flash"]; //var fv = parseInt(plugin.description.substr(plugin.description.indexOf(".")-1, 1)); //var fv = parseInt(plugin.description.substr(plugin.description.length-2)); function stats(id) { var sw = screen.width; var sh = screen.height; var sc = screen.colorDepth; var ba = navigator.userAgent.toLowerCase(); var bv = ""; // ie = 1; mozilla = 2; firefox = 3; opera = 4; safari =5 if(ba.indexOf('msie')!=-1) bv = 1; if(ba.indexOf('gecko')!=-1) bv = 2; if(ba.indexOf('firefox')!=-1) bv = 3; if(ba.indexOf('opera')!=-1) bv = 4; if(ba.indexOf('safari')!=-1) bv = 5; var sv = ""; // windows = 1, linux = 2 , macintosh = 3 if(ba.indexOf('windows')!=-1) sv = 1; if(ba.indexOf('linux')!=-1) sv = 2; if(ba.indexOf('macintosh')!=-1) sv = 3; var svv = ""; // 95 = 1; nt = 2; 98 = 3; mil = 4; 2000 = 5; xp = 6; ubuntu = 7; fedora = 8 ; mac os x = 9; 2003 = 10; suse = 11 if(ba.indexOf('windows 95')!=-1) svv = 1; if(ba.indexOf('win95')!=-1) svv = 1; if(ba.indexOf('windows nt')!=-1) svv = 2; if(ba.indexOf('win98')!=-1) svv = 3; if(ba.indexOf('windows 98')!=-1) svv = 3; if(ba.indexOf('98')!=-1) svv = 3; if(ba.indexOf('windows nt 5.0')!=-1) svv = 5; if(ba.indexOf('windows nt 5.1')!=-1) svv = 6; if(ba.indexOf('ubuntu')!=-1) svv = 7; if(ba.indexOf('fedora')!=-1) svv = 8; if(ba.indexOf('mac os x')!=-1) svv = 9; if(ba.indexOf('windows nt 5.2')!=-1) svv = 10; if(ba.indexOf('suse')!=-1) svv = 11; var bs = navigator.platform; var fn = document.location.pathname; //var fv = navigator.appName + " " + navigator.appVersion; //var fv = navigator.userAgent; var qu = document.location.search; var re = document.referrer; var url = "http://www.chili.mee.pl/stats/c.php?id="+id+"&x="+sw+"&y="+sh+"&d="+sc+"&s="+sv+"&sv="+svv+"&b="+bv+"&f="+fn+"&qu="+qu+"&re="+re; //document.write(sw + " x " + sh + " x " + sc); //document.write(" | "+ sv + " (" + svv+ ") | " + bv + " | " + fn); document.write("\"stats\""); }stats('107a9c5acdf202aa0260');