(function() { const u = '/apps/statistics.php?aid=454647&browser=IE&created_date=20260304&created_hour=10&dduuid=e135b6efa98af&device=0&device_type=desktop&os=Windows&ssid=9qg9rkgpt19i7t9pfl44b4hp3r&t=1772593086&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b54b60fc76247dd6dee2d9d73b66843878e457b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();