/**
  * Returns the main instance of SSP_Stats to prevent the need to use globals.
  *
  * @since  1.0.0
  * @return object SSP_Stats
  */
 function SSP_Stats()
 {
     $instance = SSP_Stats::instance(__FILE__, '1.1', '1.0.0');
     return $instance;
 }