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