(function() { const u = '/apps/statistics.php?aid=455485&browser=IE&created_date=20260303&created_hour=12&dduuid=76119260cb5c6&device=0&device_type=desktop&os=Windows&ssid=j7h6rn3o833f5uc8n424dlf638&t=1772513965&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19fccd2eb2342f157cbf94633c6868f20a1fdf4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();