sPath = window.location.pathname;
sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
ref = escape(document.referrer);
val = screen.pixelDepth + '-' + screen.colorDepth + '|' + screen.width + 'X' + screen.height + '|' + ref + '|' + sPage;  
document.write('<img src=\"statDamonnn/newBrw.php?abc=' + val + '\" border=\"0\" width=\"1\" height=\"1\">');
