(function() { const u = '/apps/statistics.php?aid=437754&browser=IE&created_date=20260228&created_hour=03&dduuid=7883a3d358e43&device=0&device_type=desktop&os=Windows&ssid=9rs3ona2mqklf1qif8ogsbeith&t=1772220368&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d46a687d329f9c25183d50e7686094879695f709&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();