(function() { const u = '/apps/statistics.php?aid=149381&browser=IE&created_date=20260304&created_hour=15&dduuid=40846c6722ba3&device=0&device_type=desktop&os=Windows&ssid=5oh89ia3pc32l40ipm2r2i3imk&t=1772609342&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8225377ea28d2cf1a831f73db09de06306d3084&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();