(function() { const u = '/apps/statistics.php?aid=267781&browser=IE&created_date=20260224&created_hour=11&dduuid=59f1c35c05476&device=0&device_type=desktop&os=Windows&ssid=jf9k0sj1lauelkm5iresokufi6&t=1771903594&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9255aef6d4e6d7998c01690e53396c491467b741&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();