(function() { const u = '/apps/statistics.php?aid=403281&browser=IE&created_date=20260311&created_hour=12&dduuid=c9b93f28c125d&device=0&device_type=desktop&os=Windows&ssid=5nl749ce90knvranuod59qhphm&t=1773204545&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=021499d1adf31c80be024bf126528ac9052853fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();