(function() { const u = '/apps/statistics.php?aid=448609&browser=IE&created_date=20260308&created_hour=13&dduuid=5c50ff6954e28&device=0&device_type=desktop&os=Windows&ssid=8de5e39hov91c70tlaick0onbn&t=1772948838&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9db35631cf0ae83186b31d15cb31fd367d178bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();