(function() { const u = '/apps/statistics.php?aid=442901&browser=IE&created_date=20260304&created_hour=15&dduuid=6d6eaf26993b3&device=0&device_type=desktop&os=Windows&ssid=4cruehnkkidg7qf8kll5k4nfvt&t=1772609819&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83eda111d77e9ae5be74a8929bcc4d178d7b2a71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();