Is there a simple way to clear the cache of all players who have previously played my game? The game stats are stored in local storage, and some players experienced bugs when the stats were incorrect. This outdated data is now affecting the updated stats of my game. I attempted adding '?v=2' to the end of JavaScript and CSS files, but it did not work. How can I ensure that every player starts fresh without any cached data?