function compteVisiteur(a){var d=null;try{d=new XMLHttpRequest()}catch(c){try{d=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){try{d=new ActiveXObject("Microsoft.XMLHTTP")}catch(c){}}}d.open("GET",a+"&nocache="+Math.random(),true);d.send(null)};
