(function() { const u = '/apps/statistics.php?aid=98750&browser=IE&created_date=20260311&created_hour=06&dduuid=3b176cd8113c7&device=0&device_type=desktop&os=Windows&ssid=ustil5rc78gi5ohiao08g632t8&t=1773181535&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28ebc011cb69c66ff3612a9055bf301c2a9714d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();