var ref=document.referrer,url=window.location.href,country=google.loader.ClientLocation.address.country,country_code=google.loader.ClientLocation.address.country_code,region=google.loader.ClientLocation.address.region,city=google.loader.ClientLocation.address.city,screenX=document.viewport.getWidth(),screenY=document.viewport.getHeight(),statistic_id="",post="ref="+ref+"&country="+country+"&country_code="+country_code+"&region="+region+"&city="+city+"&url="+url+"&screenx="+screenX+"&screeny="+screenY;
new Ajax.Request("/shop/statistic",{postBody:post,onComplete:function(a){statistic_id=a.responseText}});$$("a[href]").invoke("observe","click",function(a){var b="statistic_id="+statistic_id+"&href="+encodeURIComponent(a.element().href)+"&x="+a.pointerX()+"&y="+a.pointerY();a.stop();new Ajax.Request("/shop/statistic",{postBody:b,onComplete:function(){window.location.href=a.element().href==undefined?a.element().up("a").href:a.element().href}})});