path = location.protocol + '//www.mitza.net/php/logger/logger.php' +
'?app=' + navigator.appName +
'&ref=' + escape(document.referrer) +
'&self=' + escape(window.location.href) +
'&res=' + screen.width + "x" + screen.height;

if (screen.colorDepth) {
    path += '/' + screen.colorDepth + 'bit';
}

teller = new Image();
teller.src = path;

if (document.magicTeller) {
    document.magicTeller.src = teller.src;
}
