var resolution = window.screen.width + 'x' +
                 window.screen.height + 'x' +
                 window.screen.colorDepth + 'bit';

document.write(
  '<img src="includes/image.php?' +
    'add_data=resolution::' + resolution +
  '" alt="" width="1" height="1" />'
);
