9
I installed this statistics module -
http://tinkl.dhs.org/~fdc/uploads/statistics.tar.gz. It's only for showing statistics in admin area and not in a block.
But it gives Yearly stats, monthly stats, daily stats and hourly stats in it's detailed stats section and in the regular section it shows number of page views, hits, average visitors, average pageviews, browser types, operating system, registered users, current active users, news published, comments posted, and the version of XOOPS you are using on your site.
You have to read the readme file because there is a line you have to add to the root header.php file to include the module so that it collects your hits and other info when your site is visited.
But don't put what is written in that text file, put this instead:
include_once XOOPS_ROOT_PATH.'/modules/statistics/include/counter.php';
You don't edit the header.php file until after you install the module in module admin.