(function() { const u = '/apps/statistics.php?aid=444995&browser=IE&created_date=20251220&created_hour=16&dduuid=328f5cffd98d4&device=0&device_type=desktop&os=Windows&ssid=6ibcbmtkc7hqfro3nk0h7pmuc0&t=1766220026&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d0a61bb92161753affd00bf69be0c6c919b0817&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();