Have access to a mySQL database? If so just create your own.
You'll know what pages are available, so just create that many rows, and then when each page is called from index.php, run a quick query incrementing the "count" column by 1 for a hit.
~Brett