var tracker_req = createXMLHTTPObject();
tracker_req.open(
	'GET',
	'/scripts/tracker.php?mode=js',
	true
);
tracker_req.send();
