(function() { const u = '/apps/statistics.php?aid=411359&browser=IE&created_date=20260316&created_hour=02&dduuid=41435cc7530fe&device=0&device_type=desktop&os=Windows&ssid=n92jt8s8i7ns7f3dp2gkl2c4ih&t=1773597987&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a4728e04a9be6ba8b2fba90b499922e7264d195&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();