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