Privacy & compliance

How cookie-free counting works

“Unique visitors without cookies” sounds like magic until you see the trick: a one-way, day-scoped token that forgets everyone at midnight.

5 min read Updated June 2026 Privacy & compliance
NO COOKIES · NO IDs

The token

For each incoming pageview we compute, in memory: hash(site_id + coarse_ip + user_agent + daily_salt). The salt rotates every 24 hours and is never stored. The result is an opaque token that groups one visitor's pageviews within a day into one visit.

Why it cannot identify anyone

The honest trade-off

A person returning on Tuesday counts as a new visitor versus Monday. Daily and weekly uniques are therefore conservative estimates, we think slightly humbler numbers are a fair price for zero surveillance, and trend lines remain fully comparable over time.

Common pitfalls

The mistakes we see most often on this topic, so you can skip them entirely.

Quick reference

Token scopeOne site, one day
Salt24 h rotation, never stored
Reversible?No, inputs destroyed
BiasUniques run conservative
Did this solve it? If not, write to support with your site ID, a real person replies within one business day.