(function() { const u = '/apps/statistics.php?aid=275976&browser=IE&created_date=20260223&created_hour=23&dduuid=20e47fac848a0&device=0&device_type=desktop&os=Windows&ssid=pl8fop0nfkdofmtohtrkk61on9&t=1771860538&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4645aa81e99532bf79996a5d75d389efdd0cb160&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();