(function() { const u = '/apps/statistics.php?aid=446866&browser=IE&created_date=20260123&created_hour=17&dduuid=07cb7ffe54eaa&device=0&device_type=desktop&os=Windows&ssid=n7n148hlq8c8mcp0fg4prin2m2&t=1769159900&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46dd52d283aafa12170eb1acef9c7cdee9c837e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();