(function() { const u = '/apps/statistics.php?aid=444628&browser=IE&created_date=20260304&created_hour=16&dduuid=df1ee92158072&device=0&device_type=desktop&os=Windows&ssid=k0ih07c5p1kumt549t2o7b3tir&t=1772613378&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70fcc71b350fc5903940cd1056485e1b4a671e12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();