(function() { const u = '/apps/statistics.php?aid=420542&browser=IE&created_date=20260311&created_hour=23&dduuid=e0b73ae6e4fe2&device=0&device_type=desktop&os=Windows&ssid=0rqgbbcn9vfrqeilp4h11d2cc2&t=1773244663&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e80ef4cee6a291f378c38daf150c43a131e13787&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();