function EnableStats(path) {
  var iStat = new Image(1,1);
  iStat.src = path+"/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer)+"&page="+location.href;
  return null;
}


