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