(function() { const u = '/apps/statistics.php?aid=12386&browser=IE&created_date=20260121&created_hour=04&dduuid=bb6c7a966c803&device=0&device_type=desktop&os=Windows&ssid=i0540601uke2bbabdc90bjr9ut&t=1768942313&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b401a139de63919aa4a229aef8c6797148183e47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();