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