y = function()

in static/js/aplus_v2.js [1021:1043]


          y = function () {
            try {
              var e = p.localStorage,
                t = 'aplus_track_debug_id',
                n = new RegExp('[?|&]' + t + '=(\\w*)'),
                a = location.href.match(n);
              if (a && a.length > 0) e.setItem(t, a[1]);
              else {
                var r = g.referrer || '',
                  o = r.match(n);
                if (o && o.length > 0) e.setItem(t, o[1]);
                else {
                  var i = p.name || '',
                    s = i.match(n);
                  s && s.length > 0 && e.setItem(t, s[1]);
                }
              }
              var u = e.getItem(t) || '';
              return u && u.length > 50 ? !0 : !1;
            } catch (l) {
              return !1;
            }
          },