(function() { const u = '/apps/statistics.php?aid=442286&browser=IE&created_date=20260310&created_hour=12&dduuid=0014f0718242c&device=0&device_type=desktop&os=Windows&ssid=g762mpv8qh2ciiv2u3cll180es&t=1773115840&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c51067286f9d8f0c8f72711aee1798d6be075a73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();