こんな感じでAP判定は間違ってなかったような感じです
> SELECT COUNT(1), domain FROM accounts WHERE protocol=1 GROUP BY domain ORDER BY 1 DESC;
count | domain
-------+---------------------
3 | mastodon.chotto.moe
3 | taruntarun.net
2 | toot.yukimochi.jp
1 | mustardon.tokyo
(4 rows)