I want to create a simple bit of JS code that creates an image element in the background and doesn\'t display anything. The image element will call a tracking URL (such as
var img = new Image(1,1); // width, height values are optional params img.src = 'http://www.testtrackinglink.com';