(function() { const u = '/apps/statistics.php?aid=455788&browser=IE&created_date=20260303&created_hour=20&dduuid=e9c35af820b93&device=0&device_type=desktop&os=Windows&ssid=mipc5i7rggv0msekb97l5h9o6d&t=1772541006&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7db6924ccb9cf6843c5860b5fa9cc2804ac145de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();