(function() { const u = '/apps/statistics.php?aid=456060&browser=IE&created_date=20260225&created_hour=02&dduuid=4366448960797&device=0&device_type=desktop&os=Windows&ssid=jvo1sj78694lmeg3fgr6sfun09&t=1771956330&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40a0e24b21fdb397f9cab8d45d793c98892dc68c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();