I prefer not to include external JavaScript on my website for unnecessary tracking purposes.
However, I do need to gather referrer and screen size information, which cannot be achieved with a regular HTML img
tag alone.
What is the most standard-compliant, browser-supported, and visually-friendly method to load an invisible 1x1 pixel gif image with referrer and screen size parameters in the URL?
I am seeking a general solution, but feel free to reference the Google Analytics GIF Request Parameters if needed.