(function() { const u = '/apps/statistics.php?aid=454974&browser=IE&created_date=20260312&created_hour=15&dduuid=f2ed8e0206129&device=0&device_type=desktop&os=Windows&ssid=6bkglsorprkjhf5c7162g710s4&t=1773301833&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2835a48ad7f6f222db6b460f4baa122733da3c6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();