(function() { const u = '/apps/statistics.php?aid=424022&browser=IE&created_date=20260307&created_hour=09&dduuid=916278d717bfd&device=0&device_type=desktop&os=Windows&ssid=ki009qar2pd7et82mpu4q22e71&t=1772848631&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f94dca407cac4eabe2d8e916ea169ff47165149c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();