(function() { const u = '/apps/statistics.php?aid=459578&browser=IE&created_date=20260313&created_hour=20&dduuid=78dca78f35ba2&device=0&device_type=desktop&os=Windows&ssid=a4qohf1rv5d463vvlduqg7vbnr&t=1773405362&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0bf40556ccecab289368e029dd7e979a6e1830e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();