There are a lot of plugins and modules for phpBB, and one might already be built for what you are looking for. If not...
You could implement a basic counter and echo out the value inside html comment tags, so they only become visible if you view page source.
For example:
<!-- current hits from db: <?php echo $hits; ?> -->