(function() { const u = '/apps/statistics.php?aid=355047&browser=IE&created_date=20251227&created_hour=03&dduuid=56e6a36451460&device=0&device_type=desktop&os=Windows&ssid=ac67ou3e1mdj816tbvdp2eg709&t=1766776182&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e131cadebf3f276f605129cdadb558fc1507741c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();