(function(){ var start = new Date; window.onunload = function(){ var time = (new Date - start ); var image = new Image; image.src = "/dummy?t=" + time + "&url=" + document.location; } })();
You need to create an account or log in to post comments to this site.