Widget with inconsistent data
I hope you are talking about view count.
Let me tell you how it works. Every unique views are saved in database and for rest of view only counter post_meta is updated. You can easily fetch unique views from DB if you want.
I prefer updating post_meta for each view. though you can filter it to show only unique counts.
Davi_Menezes commented
view image >> http://1drv.ms/1ArQ4VK
Rahul Aryan commented
Fixed this a few days ago, ✔ View counts updated for every page view @done (15-05-23 13:29) . Update from github
When you press F5 the views add 3 instead of 1