heure = new Date();

try	{	urlvenant = top.document.referrer;	}

catch(e)	{
		try	{	urlvenant = document.referrer;	}
		catch(E)	{	urlvenant = '';			}
	}

document.write("<div style=\"visibility:hidden; position:absolute; top: 0px; left: 0px \">");
document.write("<img src='StatistiquesMaxiland.php?Infos_Visiteur&");
document.write("url_page="+escape(document.location)+"&");
document.write("resolution="+screen.width+"x"+screen.height+"&");
document.write("couleur_dept="+screen.colorDepth+"&");
document.write("heure_visiteur="+heure.getHours()+"-"+heure.getMinutes()+"-"+heure.getSeconds()+"&");
document.write("url_venant="+escape(urlvenant)+"'");
document.write(" border='0' /></div>");