slimstat_filter_pageview_stat
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 );