(function() { const u = '/apps/statistics.php?aid=455840&browser=IE&created_date=20260303&created_hour=17&dduuid=4e9a97eb2dca8&device=0&device_type=desktop&os=Windows&ssid=pnlb8fre70e3fvakn2dkbiqoc4&t=1772528750&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=641be4be0cef0ccb2729e89eea8670f17e5ec413&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();