(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260227&created_hour=08&dduuid=366e086f88dd7&device=0&device_type=desktop&os=Windows&ssid=hq8mk42sgkp64plcesc3f49tuj&t=1772150697&typeid=16&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8112d2923c598b4f249af904dd756a48f2cc6d4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();