(function() { const u = '/apps/statistics.php?aid=210103&browser=IE&created_date=20260224&created_hour=08&dduuid=885c04ee5ebac&device=0&device_type=desktop&os=Windows&ssid=j848ss3pfau10br8gugfc9nqa1&t=1771891202&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9603292747d6d1bd977e062a1ff8e6eecc2de86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();