(function() { const u = '/apps/statistics.php?aid=442586&browser=IE&created_date=20260312&created_hour=03&dduuid=f0ec95a95bbef&device=0&device_type=desktop&os=Windows&ssid=a4hb9o31ndh7gk7lr31mmv1400&t=1773258386&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13ec6ce13213da0d479f3b72b6494b8af4de68dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();