(function() { const u = '/apps/statistics.php?aid=448554&browser=IE&created_date=20260226&created_hour=08&dduuid=fc5c87f70c6a7&device=0&device_type=desktop&os=Windows&ssid=nscad6a42qge2ehkko163v983f&t=1772067119&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27ed3dc08447001fb5320007cf1520265287b613&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();