Install Anatase
Anatase runs on any website. All it needs is one small script file, present on every page you want counted.
Replace
YOUR_TOKEN with your project token.Simplest approach
On every HTML page, add the script tag inside the head of your document.
<html lang="en"> <head> <script src="https://cdn.anatase.io/a.js" data-token="YOUR_TOKEN"> </script> </head> <body> </body> </html>