(function() { const u = '/apps/statistics.php?aid=451971&browser=IE&created_date=20260312&created_hour=21&dduuid=b380edaf2e6e0&device=0&device_type=desktop&os=Windows&ssid=oo4m3a5qfvvln1icd1mkhjj5jc&t=1773323846&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5420277068c50abe82282b240cb836720eb1b565&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();