Do the hits show up on the albums page?
The function behaves as follows:
if you pass an album parameter it will return the hitcounter for that album.
If you do not pass an album parameter it will determine if you are on an image, album, or other page and return the image hitcount, the album hitcount, or NULL.
Perhaps the parameter you passed is NULL.