(function() { const u = '/apps/statistics.php?aid=431616&browser=IE&created_date=20260115&created_hour=21&dduuid=424c49587fb6f&device=0&device_type=desktop&os=Windows&ssid=srh0b440p0ta88n5i1h6uoifsc&t=1768483428&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1350a96cbb4dff7302ce6b3e11013d00fa92819f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();