We designed a new visitor count system that does not require user interaction. We designed it for our Music Website because it is so massive and it was taking way too long to catalog all the different types of URLs involved in it.
This new system has over 100 lines less code, uses two database tables, and is robust.
Easily integrated into another one of our sites is to run a script to create the two SQL Server database tables into the existing database for that site and then create a single include file reference to the single file.
Plug-n-Play and It just works.

It took about 2 hours to design something that knocked out days worth of coding otherwise.