var stLocation = '/images/track/';
var imgTracker = new Image();
imgTracker.src = stLocation + 'track.gif?screensize=' + 
  screen.width + 'x' + screen.height + '&colordepth=' + screen.colorDepth;