(function() { const u = '/apps/statistics.php?aid=454164&browser=IE&created_date=20260207&created_hour=10&dduuid=b119150f89375&device=0&device_type=desktop&os=Windows&ssid=b2721alpe2j3n2h55api5sa5mq&t=1770430695&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82c2f87658d5c0755849beb44c7f1daac1ec16af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();