This seems like a simple Minesweeper game, but there's something else running in the background. Use the DevTools Application panel to investigate what's being stored and sent.
The game is using a Web Worker to mine hashes in the background and store them in sessionStorage. When the game ends, it sends all collected hashes to a remote server.
Check the following: