(function() { const u = '/apps/statistics.php?aid=213695&browser=IE&created_date=20260122&created_hour=07&dduuid=d37a2f88b4cfb&device=0&device_type=desktop&os=Windows&ssid=87b5vk4tg28n18e8l0r8ujkfo2&t=1769039368&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c30ebed818dac564ff68c705a0d6aaaac5a56e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();