conn->query("SELECT COUNT(*) as total FROM domains WHERE status = 'blocked'"); return $stmt->fetch()['total']; } }