(function() { const u = '/apps/statistics.php?aid=454643&browser=IE&created_date=20260310&created_hour=22&dduuid=2a822c0567f7f&device=0&device_type=desktop&os=Windows&ssid=ld03bfegfdpd4sr5c32num21t0&t=1773154702&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ee0c8c83137b43ec0ee31f31315dfaedb81d6c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();