(function() { const u = '/apps/statistics.php?aid=455380&browser=IE&created_date=20260304&created_hour=15&dduuid=53eed1a765bf9&device=0&device_type=desktop&os=Windows&ssid=st61j9ro35mktvujsim33gkpv8&t=1772609296&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c2c16c3a9eeca1e7f0feecadfb816f81c1e7829&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();