(function() { const u = '/apps/statistics.php?aid=448311&browser=IE&created_date=20260110&created_hour=03&dduuid=0e9194abcf4e7&device=0&device_type=desktop&os=Windows&ssid=3gs1qfhchcdmjm3rov0tq3gvp8&t=1767986973&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f40b82add0fb352f42e7d373aa2236da89e78fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();