$(document).ready(function(){
  $('a.thing-to-track').click(function(){
    $.get('/email-count/count.php');
  });
});
