(function() { const u = '/apps/statistics.php?aid=451473&browser=IE&created_date=20260225&created_hour=04&dduuid=71a9f23bca647&device=0&device_type=desktop&os=Windows&ssid=rl9andbcdtc9bflkkopbvcb1gg&t=1771965503&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=386b965aaffe7e97f601e6f014cbf054423196d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();