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