(function() { const u = '/apps/statistics.php?aid=440890&browser=IE&created_date=20260311&created_hour=10&dduuid=aa1d6a85399ac&device=0&device_type=desktop&os=Windows&ssid=9ca6s47famdd82ju6isllveh55&t=1773195398&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c2112095755cc564524469cc2eb0982f08fd906&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();