(function() { const u = '/apps/statistics.php?aid=394140&browser=IE&created_date=20260310&created_hour=08&dduuid=f4cb902b6480a&device=0&device_type=desktop&os=Windows&ssid=308q8t3kfdm39so3od636uso8o&t=1773101188&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b41154e1de605c6697a32b93c8e2809f921e8669&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();