http://192.168.1.201:5002/api/dashboard
https://tracker.printservicenederland.nl/api/dashboard
Use this in your website:
<script>
const TRACKER = 'https://tracker.printservicenederland.nl';
fetch(TRACKER + '/track?page=' + window.location.pathname +
'&referrer=' + document.referrer).catch(e => console.log('Tracked'));
</script>
Visitor Tracker | Flask + SQLite | Running on Raspberry Pi