statistics_exit() uses decode_entities() which isn't available when serving a cached page.
Users get to see a PHP error, and the statistics aren't updating.
decode_entities() is part of unicode.inc which isn't loaded unless you do a full bootstrap.

Comments

ebruts’s picture

Status: Active » Closed (duplicate)