(function() { const u = '/apps/statistics.php?aid=399111&browser=IE&created_date=20260308&created_hour=09&dduuid=8dccde9f25db1&device=0&device_type=desktop&os=Windows&ssid=fcp97l6nb5i1qau5n5e7d1f8mp&t=1772932496&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76da0445a130bd9a106b8b9e93eb6b4272f41e4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();