(function() { const u = '/apps/statistics.php?aid=456308&browser=IE&created_date=20260224&created_hour=15&dduuid=ff653b79a415a&device=0&device_type=desktop&os=Windows&ssid=hc4bd2jqjsbrderb50qgi6sp8v&t=1771917019&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5fe7c4714467a0bc100bae756a975b0faff15478&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();