How does the Counter works?
Theoretically, any incoming user who comes to your page will be associated with an IP address. The counter will capture the IP address of the current visitor and count that as one visit. If the next visitor is from a different IP address, the counter will get incremented. However, if the IP address is the same, it will disregard the count. The problem is this, most of the users in Singapore are going through the proxy servers. So the web server will only see the IP addresses of the proxy servers. There is a very great chance that the first and second visitor to your page is coming from the same proxy server. So it will considered as 1 count even though there were actually 2 visitors. Thus we have disabled the counter IP checking. However the counter will get incremented whenever a visitor visits your page or does a reload.