(function() { const u = '/apps/statistics.php?aid=451716&browser=IE&created_date=20260225&created_hour=04&dduuid=603827238d395&device=0&device_type=desktop&os=Windows&ssid=l0383mntfnr1icr6u3e90vhll7&t=1771965706&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97776957d50e33dcbb2165e5312d578572e175b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();