in static/js/aplus_v2.js [915:933]
var l = function () {
try {
for (
var e = document, t = e.getElementsByTagName('script'), n = 0;
n < t.length;
n++
) {
var a = t[n].getAttribute('src');
if (
/alilog\/mlog\/aplus_\w+\.js/.test(a) ||
/alicdn\.com\/js\/aplus_\w+\.js/.test(a)
)
return a;
}
return '';
} catch (r) {
return '';
}
},