in static/js/tracker.js [359:374]
(b.send = function (e) {
var n = window.goldlog && 'function' == typeof goldlog.record;
if (navigator.onLine || (w && n)) {
var t,
o = [
'/aes.1.1',
'EXP',
e,
window.AES_DISABLE_POST ? 'GET' : 'POST',
];
if (n) (t = goldlog).record.apply(t, o);
else
window.goldlog_queue || (window.goldlog_queue = []),
goldlog_queue.push({ action: 'goldlog.record', arguments: o });
} else _.length > 500 && _.shift(), _.push(e);
});