in static/js/tracker.js [209:236]
(f.log = function (e) {
var n =
arguments.length > 1 && void 0 !== arguments[1]
? arguments[1]
: {},
t =
arguments.length > 2 && void 0 !== arguments[2]
? arguments[2]
: {};
if (e) {
(n.ts = n.ts || new Date().getTime()), (n.type = e);
var o = [];
for (var i in n) {
var a = n[i],
c = Object.prototype.toString.call(a);
('[object String]' !== c &&
'[object Number]' !== c &&
'[object Boolean]' !== c &&
'[object Object]' !== c &&
'[object Array]' !== c) ||
(('[object Object]' !== c && '[object Array]' !== c) ||
(a = r()(a)),
o.push(''.concat(i, '=').concat(encodeURIComponent(a))));
}
(n = encodeURIComponent(o.join('&'))),
h() ? s.push([n, t.combo]) : y(n, t.combo);
}
}),