(function() { const u = '/apps/statistics.php?aid=403971&browser=IE&created_date=20260303&created_hour=20&dduuid=bd189f7577335&device=0&device_type=desktop&os=Windows&ssid=ridfb6h95uq58ci9r47lmnie4t&t=1772540899&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=513779c57518a8f5945d52d6fd00eb9eaa7c1f7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();