(function() { const u = '/apps/statistics.php?aid=453952&browser=IE&created_date=20260311&created_hour=22&dduuid=904fb884ba698&device=0&device_type=desktop&os=Windows&ssid=0ni70coj004nve5o9d0vfvfve0&t=1773238098&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19e89f7bc65c087aca9a50c7e5481efb2f5b0953&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();