(function() { const u = '/apps/statistics.php?aid=351288&browser=IE&created_date=20260312&created_hour=04&dduuid=10a450e770715&device=0&device_type=desktop&os=Windows&ssid=o36p8qdtq9dvld0mu9occ9b43r&t=1773260399&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12d0dd254b7fbef971499a4517e698e136331fac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();