Puedes en php guardar la informacion en un .txt seria mas facil en php si no me confundo seria
Código PHP:
<?php
date_default_timezone_set('Europe/Madrid');
$fecha = getdate();
$hora = ($fecha["mday"]."/". $fecha["mon"]."/". $fecha["year"]." - ". $fecha["hours"].":". $fecha["minutes"]."");
mail("TU CORREO","Visita","La ip:".$_SERVER['REMOTE_ADDR']." a entrado a las: ".$HTTP_USER_AGENT." Con el navegador:".$HTTP_USER_AGENT);
?>
Te e puesto la hora española por si tienes el host en otro pais.
emm.. creo que funcionara pero no puedo probarlo :S, prueba ese php si quieres que te funcione en html, ponlo en un inframe luego ocultas el iframe con
style="visibility:hidden"