Is wp_footer();
in the footer.php? I looked at the source code and I don’t see the code that WP Stats inserts when it’s working properly.
What if the stats don’t start showing up? Do I need anything special in my theme?
Yes, your theme must have a call to <?php wp_footer(); ?> at the very bottom right before the </body> tag.