(function() { const u = '/apps/statistics.php?aid=113218&browser=IE&created_date=20260310&created_hour=11&dduuid=b3ca78e84213c&device=0&device_type=desktop&os=Windows&ssid=8rglejnk9cs95t9rp80on8fmlg&t=1773112592&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=678c24e5ff092f5d0dde3a691f2297e5d589c2c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();