(function() { const u = '/apps/statistics.php?aid=40899&browser=IE&created_date=20260311&created_hour=06&dduuid=fc86f5a9fc9dc&device=0&device_type=desktop&os=Windows&ssid=hfk0ls5lr7boe9m9pb63pfojae&t=1773181745&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=474f9e56019b3e6656452490990206e4ca2e09f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();