(function() { const u = '/apps/statistics.php?aid=458378&browser=IE&created_date=20260301&created_hour=06&dduuid=0c64c5e9529ad&device=0&device_type=desktop&os=Windows&ssid=bp0hq99dt80p2l7ph5n2et9tol&t=1772317330&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d18d08b7c4e81e05fce5b2268a3db9b8b7fe6c05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();