(function() { const u = '/apps/statistics.php?aid=412008&browser=IE&created_date=20260227&created_hour=10&dduuid=89110b348935f&device=0&device_type=desktop&os=Windows&ssid=o0qm0o0kikveui12ddfk5ilvim&t=1772158522&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67737d3477b3e49fa522fe520a229f7c7b74441e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();