slimstat_filter_pageview_stat
Applies to SlimStat 5.5.0
This filter is applied to the pageview data right before it’s stored into the database. The hooked function receives three arguments: the pageview array, the browser array and the page array.
self::$stat = apply_filters( 'slimstat_filter_pageview_stat', self::$stat );