function stat(nom_client,frame,ParaWysistat,CompteurExtranet,ParaPage,ParaRoi,ParaProfiling) { var ecran=0; date_actu = new Date() if (document.layers) {ecran=window.innerWidth;} if (document.all) {ecran=screen.width;} if (!frame) {var frame=0;} if (!ParaWysistat) {var ParaWysistat=0;} if (!CompteurExtranet) {var CompteurExtranet=0;} if (!ParaPage) {var ParaPage=0;} else {ParaPage=escape(ParaPage);} if (!ParaRoi) {var ParaRoi=0;} if (!ParaProfiling) {var ParaProfiling=0;} else {ParaProfiling=escape(ParaProfiling);} if (valeur==1) { compteur = new Image(1,1); if (document.URL.substr(0,5).toLowerCase()=='https'){ compteur.src='https://www.wysistat.com/images/'+nom_client+'/compteur.php?nom='+nom_client+'&frame='+frame+'&ecran='+ecran+'&origine='+escape(document.referrer)+'&tps='+date_actu.getSeconds()+date_actu.getMinutes()+'&ParaWysistat='+ParaWysistat+'&CompteurExtranet='+CompteurExtranet+'&ParaPage='+ParaPage+'&ParaProfiling='+ParaProfiling+'&page_js='+escape(location.href); } else { compteur.src='http://www.wysistat.com/images/'+nom_client+'/compteur.php?nom='+nom_client+'&frame='+frame+'&ecran='+ecran+'&origine='+escape(document.referrer)+'&tps='+date_actu.getSeconds()+date_actu.getMinutes()+'&ParaWysistat='+ParaWysistat+'&CompteurExtranet='+CompteurExtranet+'&ParaPage='+ParaPage+'&ParaProfiling='+ParaProfiling+'&page_js='+escape(location.href); } } } valeur=1;