"Yeah, but I want to know how many people are accessing my page."
Of course you do. Use one of the many statistics tools available to analyze the access log of your web server. Even if you are not the webmaster of your server, your admin will probably give you read-only access to the log files.
"I want an access counter anyway."
In that case, consider the index of access counter software at Yahoo (URL is <URL:http://www.yahoo.com/Computers/World_Wide_Web/Programming/Access_Counts/> ). Keep in mind that you must have CGI access at a minimum, and server-side includes must also be turned on unless you are willing to build your entire page with CGI or use a program that generates the access count as an inline image. None of the above approaches are efficient.