Plugin for Omeka that counts views of pages in order to know the least popular record and the most viewed pages. It provides useful infos on visitors too (language, referrer...). So this is an analytics tool like Piwik, Google Analytics and other hundreds of such web loggers, but integrated and adapted.
I wonder, why hits are being logged only if traffic is from the bot and bot filter is not on ( eg. https://github.com/Daniel-KM/Omeka-plugin-Stats/blob/037fb4fa3d0c1a601595d9a2e96301daaa728f44/StatsPlugin.php#L788) Should it be actually reverse? I got a report from my client that that page-level traffic is not recorded at all when the bot filter is on. When the bot filtering is switched off, hits are recorded as supposed.