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