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