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