Here is a quick & dirty way to integrate the stats page in to your ACP:
In your admincp/index.php file find
PHP Code:
//##### Statistic 3 by PcFreak START #####
$printhr = true;
add below:
PHP Code:
construct_nav_option('STATISTICS', '../statistic.php?', '<br />');
nothing too fancy, but it works. You can obviously put it wherever you want in your statistics ACP menu, and you can call it whatever you want. Again- I realize this isn't groundbreaking, but I thought one or two newbies like myself might find it useful.