(function() { const u = '/apps/statistics.php?aid=344994&browser=IE&created_date=20260313&created_hour=08&dduuid=e223caee2b378&device=0&device_type=desktop&os=Windows&ssid=c7theulm9ibp9p9uvfcmu48kkp&t=1773360130&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85284d6bc219fbd956bb70fa1a24cabd22b3a48f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();