(function() { const u = '/apps/statistics.php?aid=213625&browser=IE&created_date=20260310&created_hour=08&dduuid=f3c87b1c6e5a8&device=0&device_type=desktop&os=Windows&ssid=pmff2iimp3u84orlr3u6msd3ft&t=1773101231&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e770c62e0f92f14701230e62efe03a975be9611c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();