Drop one tiny tag on your site and watch pageviews, visitors, top pages, referrers and countries roll in. No cookies, no consent banner, no third party — the data lives on your own Cloudflare account.
<script defer src="https://analytics-server.saasflare.dev/tracker.js" data-website-id="na_7f3k9d2x"></script>
The script is ~1KB, loads deferred, and sets no cookies. Tap below to simulate a hit — exactly what the live dashboard counts when a real visitor lands.
Pick a range, slice by sub-domain, and read the four numbers that matter next to a PV/UV trend and your top pages, sources and countries.
Paste one <script> tag into your site. No SDK, no build step, no npm install — anything that serves HTML is ready.
A public edge endpoint validates the origin, fills in country, device and browser from the request, hashes the visitor with a daily salt, and writes one row to Analytics Engine.
The dashboard queries Analytics Engine with 60s caching: KPI cards, a PV/UV trend line, and top pages, referrers, countries, browsers and devices.
No cookies and no cross-site identifier ever touch the browser. A visitor is a one-way hash of IP + user-agent + a salt that rotates every midnight, scoped to your site — enough to de-dupe today, impossible to track tomorrow. Nothing personal is stored; no consent banner needed.
// daily-rotating, never reversible visitor = sha256( ip + ua + daily_salt + site_id ) // no cookie · no PII · no banner
No cookies, no fingerprint, no personal data. Skip the consent banner entirely.
A deferred, minified script that tracks pageviews, sessions and time-on-page — and gets out of the way.
One site can own many hostnames, wildcards included. View the whole family or slice to one sub-domain.
Country, region, city, ASN, browser, OS and device are filled in at the edge from the request — never from the client.
High-traffic counts are restored from the sample interval and clearly marked as estimates, so the numbers stay honest.
Runs on your own Workers, D1 and Analytics Engine. Single-admin, self-hosted, your data never leaves your account.