(function() { const u = '/apps/statistics.php?aid=412013&browser=IE&created_date=20260304&created_hour=11&dduuid=01ac4bf8c2900&device=0&device_type=desktop&os=Windows&ssid=3lks699cl64457jep9fg87ios9&t=1772594556&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dea43008b48d4dc64b4b73ba7e9e8c66c677ea43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();