(function() { const u = '/apps/statistics.php?aid=444579&browser=IE&created_date=20260313&created_hour=03&dduuid=ae7e3449ffc2e&device=0&device_type=desktop&os=Windows&ssid=uakm4e4cienjfs0hcimiumibpr&t=1773342192&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00b9390f5b386ed35c8a32a5b0670209dd602c78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();