$(document).ready(function() {
  $.post("/statistics", {"statistic[path]": window.location.pathname, "statistic[referrer]": document.referrer});
});