Stats provide a way to learn about the visitors to a restaurant web site. To enable stats you must include a small bit of javascript in your templates.

To turn on stats for your restaurant just include {{ restaurant.stats_tracker }} before the closing body tag in layout.liquid. Here's an example:

    </div>
    {{ restaurant.stats_tracker }}
  </body>
</html>