(function() { const u = '/apps/statistics.php?aid=97212&browser=IE&created_date=20260314&created_hour=11&dduuid=229cef5f95453&device=0&device_type=desktop&os=Windows&ssid=8c9htaunisg2c4gsja00neqb2k&t=1773459020&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63f050697ac3a99440e5b82a6c92238378620af9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();