(function() { const u = '/apps/statistics.php?aid=398491&browser=IE&created_date=20260308&created_hour=12&dduuid=2b06c9c0587bb&device=0&device_type=desktop&os=Windows&ssid=5827a468antetr8h32uu53he6s&t=1772942685&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6042f5398425e6d6f5b4258b44984ac50c26875a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();