(function() { const u = '/apps/statistics.php?aid=455187&browser=IE&created_date=20260223&created_hour=20&dduuid=7bd8f4b180c86&device=0&device_type=desktop&os=Windows&ssid=tkl8ji9ftg9hn11ldfnhlnhspn&t=1771851026&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e2af83cf01d52c2a965ec60ad35caaffee9b4d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();