(function() { const u = '/apps/statistics.php?aid=454938&browser=IE&created_date=20260224&created_hour=10&dduuid=5b1b4cd98e7fd&device=0&device_type=desktop&os=Windows&ssid=ie81opb58fckiqhlv1mfnefgi6&t=1771900096&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2894cc838782b2713b78b0010bcf5aac94f9f43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();