# 9ping Analytics (9ping站长统计) > Privacy-first, self-hostable web analytics for site owners. Real-time visitor stats, keyword tracking, Core Web Vitals, funnels, cohorts and goals — with a first-run 12-language backend, 2FA, and zero third-party tracking. Free open tier + optional paid tiers with crypto (V1) payment support. The dashboard runs on plain PHP 8.3 + SQLite (WAL), fits any shared host, and stores every visit locally. No cookies to consent — visitor ID is a rotating 24-hour signal, not a persistent identifier. ## For AI agents / developers integrating 9ping - [AI Agent Integration Guide](https://9ping.dev/llms-full.txt): copy-paste snippets for client tracking, server-side events (/s2s.php), e-commerce revenue, User-ID, and raw export. - [OpenAPI 3.1 spec](https://9ping.dev/openapi.json): machine-readable definition of /collect.php, /s2s.php, /export_raw.php, /api.php. - Server-side event API: `POST /s2s.php` with `Authorization: Bearer ` — for backend orders/refunds/app callbacks. - Raw event export (ETL): `GET /export_raw.php?sid=…&from=…&to=…&format=ndjson` with API key. ## Live demo - [Interactive demo page](https://9ping.dev/demo): Click, scroll, switch SPA routes; every action reports to `demo0001` in real time. - [Demo dashboard (ESPN.com sample data)](https://9ping.dev/app?sid=demo0001&days=7#overview): Full analytics UI with 30 days of real-world sports-media traffic distribution. - [Install code snippet](https://9ping.dev/demo#install): Copy the `