(function() { const u = '/apps/statistics.php?aid=455901&browser=IE&created_date=20260303&created_hour=12&dduuid=234640c1c7a8a&device=0&device_type=desktop&os=Windows&ssid=st10oqq5kcla9du75fjqrco5ok&t=1772513916&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1fae02e69a34724496e94e985580a56b5d666aef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();