I don't feel comfortable embedding an external JavaScript on my site to do all kinds of tracking that I don't actually need.
What I do need is referrer and screen size, which cannot be accomplished with a static HTML img
tag alone.
What's the most standard-compliant, browser-supported and rendering-friendly way to load an invisible image, 1×1 gif, with a referrer and screen size as part of the URL?
I'm looking for a generic answer, although you could always phrase it in terms of the Google Analytics GIF Request Parameters.