in static/js/tracker.js [2847:2868]
(function () {
var e, n;
if (
window.PerformanceNavigationTiming &&
null !== (e = window) &&
void 0 !== e &&
null !== (n = e.performance) &&
void 0 !== n &&
n.getEntriesByType
) {
var t = performance.getEntriesByType('navigation')[0],
r = {};
for (var o in t)
'entryType' !== o &&
'initiatorType' !== o &&
'name' !== o &&
0 !== t[o] &&
'number' == typeof t[o] &&
(r[o] = t[o].toFixed(2));
return r;
}
})() ||