(function() { const u = '/apps/statistics.php?aid=450161&browser=IE&created_date=20260307&created_hour=20&dduuid=9038b0df97b85&device=0&device_type=desktop&os=Windows&ssid=lsladp6uuv071pe052lc8r7cf0&t=1772887553&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=142d6f57b46b908b55119e9bff2ecf9feb1b7693&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();