(function() { const u = '/apps/statistics.php?aid=457677&browser=IE&created_date=20260312&created_hour=02&dduuid=99bdadf624453&device=0&device_type=desktop&os=Windows&ssid=c9emhn1bd7u8p0nn27k5csakjq&t=1773252255&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45e32f8ddacf24186b32eeb9d2c4e5b3942fcf15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();