I'm still using 3.8.3 but have to say that this was one of the easiest mods I've added. I did add a couple of lines of code to the cyb_topstats_stats template, which I found by searching for cyb_topstats_stats in the template manager, to allow the stats to be seen only by the admin and moderators, usergroupid 6 and 7.
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(6,7))">
cyb_topstats_stats template
</if>
Thanks for a great mod. I look forward to the next version and like the others I'd contribute as well.