(function() { const u = '/apps/statistics.php?aid=445571&browser=IE&created_date=20260303&created_hour=20&dduuid=ddcfd949101fe&device=0&device_type=desktop&os=Windows&ssid=3krsrt7poom39me4sub7hmcr9o&t=1772540887&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=354fc6b9ca349e3d29a961018007a4547b0b368c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();