(function() { const u = '/apps/statistics.php?aid=448513&browser=IE&created_date=20260122&created_hour=01&dduuid=c24ccdb077f1d&device=0&device_type=desktop&os=Windows&ssid=pf7ujncij34sgg0knmnggfipd1&t=1769016517&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63c88a53ec09ef4d2b72a23b13e6a1d010ffbf79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();