slimstat_filter_pageview_stat_init
This filters is used to initialize the array containing all the data about the pageview being tracked. Array keys should correspond with the columns in the wp_slim_stats table.
self::$stat = apply_filters('slimstat_filter_pageview_stat_init', self::$stat);