Hiding the Statistics from those using it for harm

I set up RT 3.0.6 with Statistics package ver. 0.1.1

There are some people who have access to WebRT that I would rather not
share this information with.

Ideally I would use the ACL to limit access, but this is not necessary.

Could someone simply tell me what file to alter to remove the hyperlink
from the main page?

I suppose I could remove it altogether, but I like to check these things.

Shortly after asking I found the answer of how to hide the Statistics Tab.

comment out this in /path-to-rt/local/html/Elements/Tabs

Z => { title => ‘Statistics’,

path => ‘Statistics/index.html’

},