(function() { const u = '/apps/statistics.php?aid=113126&browser=IE&created_date=20260224&created_hour=21&dduuid=4f027ec3aa77a&device=0&device_type=desktop&os=Windows&ssid=lhm9n7iua7gkm45dgnd1eprv26&t=1771941434&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6578175f8b13cd7c2f7d94c0ef01f2aee7d2e4c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();