Returns the number of times the current document has been painted to the screen in this window. The window.mozPaintCount value is a long long, and starts at zero when the document is first created, incrementing by one each time the document is painted.
Если я правильно понял
window.mozPaintCount - показывает сколько раз текущая страница была открыта. Когда она открывается в первый раз значение равно 0, при каждом повторном открытии увеличивается на 1. Так?