(function() { const u = '/apps/statistics.php?aid=412252&browser=IE&created_date=20260310&created_hour=14&dduuid=a04c03f6b22d1&device=0&device_type=desktop&os=Windows&ssid=a5tpedd9bc4bu7c7ndiuvg4cuf&t=1773123939&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4df947cd0deaf3b87737be3c472298dbcbd81a58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();