(function() { const u = '/apps/statistics.php?aid=113138&browser=IE&created_date=20260307&created_hour=19&dduuid=3f0d92eb28c18&device=0&device_type=desktop&os=Windows&ssid=3e55fni51ofppv8ttl9u93440p&t=1772883001&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=753ab9a0da7eb7044f8cb95923e5cd1d924fe418&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();