(function() { const u = '/apps/statistics.php?aid=208234&browser=IE&created_date=20260101&created_hour=18&dduuid=b796cbce30e29&device=0&device_type=desktop&os=Windows&ssid=4ussi0k2up3q33ul73be5b6j91&t=1767262915&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=812786e5f054f3ac678df027589acb58859bbe4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();