(function() { const u = '/apps/statistics.php?aid=267790&browser=IE&created_date=20260315&created_hour=04&dduuid=da4e17ed7b89b&device=0&device_type=desktop&os=Windows&ssid=2bj19ug92jnlrmd1qovmvhh3sh&t=1773519237&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9906f5707b52b9e1344f1743c7aa620ce05ffa7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();