if (location.protocol == 'http:') {
  var
    Stats = new Image;
  Stats.src = 'http://www.ordinasoft.ch/webstats/Collect.aspx?' + location.host +
              location.pathname.replace (/\/\//g, '/');
}

