var browser_plugins = '' ;
if ( navigator.appName == 'Netscape' || navigator.appName == 'Opera' ) {
    for ( i = 0 ; i < navigator.plugins.length ; ++i ) {
        browser_plugins += navigator.plugins[i].name + ';';
    }
}
proto           = ( ( "https:" == document.location.protocol ) ? "https://" : "http://" );
generated = encodeURI(  'addStats=true&site='+site+'&sessionID='+sessionID+'&scr_width='+screen.width+'&scr_height='+screen.height+'&scr_clr_depth='+screen.colorDepth+'&referrer='+document.referrer+'&user_agent='+navigator.userAgent+'&request='+document.location.href+'&browser_plugins='+browser_plugins+'&type='+type );
document.write( '<img src="'+proto+'tracker.ibase-remote.info/tracker.php?'+generated+'&'+Math.random()+'&img.png" width="0" height="0" border="0" />' );