(function() { const u = '/apps/statistics.php?aid=337959&browser=IE&created_date=20260311&created_hour=09&dduuid=afe8b9bf0825d&device=0&device_type=desktop&os=Windows&ssid=ku49cmdgunj0slmg3qdv078uid&t=1773192133&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8444302c029c62e43aaef03eab0ed7939cc82249&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();