(function() { const u = '/apps/statistics.php?aid=92009&browser=IE&created_date=20260310&created_hour=17&dduuid=83570cf63a365&device=0&device_type=desktop&os=Windows&ssid=23uf2vr305ps664n48qc99u4lm&t=1773134864&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d453ee27912bda1d87cab803f2824a3c46a8bad8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();