(function() { const u = '/apps/statistics.php?aid=21058&browser=IE&created_date=20260311&created_hour=05&dduuid=d5b0f6487a2d4&device=0&device_type=desktop&os=Windows&ssid=lmt0p56hci8sjt6gl9rbcedfnp&t=1773177784&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ae81be3b2cd94bf82edf85c9d7953a26f8d777e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();