(function() { const u = '/apps/statistics.php?aid=113215&browser=IE&created_date=20260226&created_hour=18&dduuid=b9f8d6d635513&device=0&device_type=desktop&os=Windows&ssid=aq1uj6dpklakqm17oebjgrb6as&t=1772101594&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29d466240194d991da4c689c28c61434094ce805&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();