(function() { const u = '/apps/statistics.php?aid=257358&browser=IE&created_date=20260120&created_hour=06&dduuid=dd54d694cf0b1&device=0&device_type=desktop&os=Windows&ssid=o3fmarqh0j1nrk7f6n1rgsdd2p&t=1768861897&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1fe6b8f27421e3e4570d85d1e570e44049a96e3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();