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