Hi Amal,
yes.. you have configured only one write-counter which also shown the "values". This counter is placed within the footer and so it should be executed each time.
I wondered why you not created a special counter-view (read-only-mode) for it which is show e.g. in case if the admin login into the frontend. But for now, I see no problem with the counter self. You can do some fine tuning, e.g. disable "Create table" - this avoids the "exist table check", which is not necessary after first call of counter. Also "Auto Filter Robots" should set on "Yes".
I also checked the Joomla-Page-Hit-Counter feature.. as I expeceted each page-visit/page-reload/view of article/.. increase the hit count. So, my short visit increased the amount of hits to "plus 5". The counter of course was not increased.
The creation of mentioned Test-Counter ( direct Page-Counter ) is quiet easy

.. no code change is necessary of course. It works similar to creation counter-views for the write counter, with exception that you create new write-counters and set new/own data-table and "not existing module position" (loadpos).
Modul Creation:
---------------
- create new counter modul :
-- 1) joomla "new"

( or copy )
-- 2) or two if you want to test/compare "normal counter behavior" vs. "hit counter configuration" (locktime=0) on same article
- set own table name for it/ each of them :
-- 1) eg. vvistcount3042
-- 2) and/or for second hit-counter on same page vvisthit3042
- set the lock-times you need, e.g. :
-- 1) 60
-- 2) 0
- activate/deactiovate the views what you want to show: think only the counter-value is needed
- set Joomla Modul Position for the modul(s) to a none existing "name" : e.g same as table name :
-- 1) vvistcount3042
-- 2) vvisthit3042
- recheck whether the rights of the modul are ok ( all users, each page )
=> what happen:
with own/new table-name you configure the counter to create a new/own data-table and use this as "base". This is exclusive used by this counter modul.
Be aware: counter tables are never deleted automaticly. If you no longer need data within this tables, you have to drop this with e.g. phpmyadmin.
Update Article :
---------------
- add within the article which you want to count the following :
{loadposition counterPosName} , e.g {loadposition vvistcount3042} / {loadposition vvisthit3042}
( see also : )
Thats it

I can prepare this for you if you want

Regards,
Michael
PS.: you can also configure a szenario where is nothing shown within the article self, the counter only counts but no views are "on". But then you need to configure addtional counter-views to can see the counter-values. I assume this would be "to much" for now
