(function() { const u = '/apps/statistics.php?aid=448397&browser=IE&created_date=20260111&created_hour=06&dduuid=0385f8db5b406&device=0&device_type=desktop&os=Windows&ssid=54uc2u70bq8ubhcc1uv854m5bo&t=1768084142&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68cca38a76c0224948e6462184c8a1dee3243198&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();