(function() { const u = '/apps/statistics.php?aid=455780&browser=IE&created_date=20260310&created_hour=07&dduuid=0af52acba5f19&device=0&device_type=desktop&os=Windows&ssid=976qbhtmgrlmfih24i6rjq1v2d&t=1773100246&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99c624e005be511a00dbd39bc6cbd68d85d38b0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();