(function() { const u = '/apps/statistics.php?aid=446874&browser=IE&created_date=20260121&created_hour=23&dduuid=4b5fb8d25c1c4&device=0&device_type=desktop&os=Windows&ssid=4ph7j9hck7le1l443rr69bjrjl&t=1769009856&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a44c28d0b4e6fc681e0b1bc5702fad019c6e9f0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();