(function() { const u = '/apps/statistics.php?aid=442576&browser=IE&created_date=20260227&created_hour=17&dduuid=f047d154d319d&device=0&device_type=desktop&os=Windows&ssid=laaccfrjsosnckak91inlu0f8p&t=1772183248&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e8e93f5174c79a435d7033aff147b795aa3a870&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();