(function() { const u = '/apps/statistics.php?aid=453498&browser=IE&created_date=20260305&created_hour=05&dduuid=31f161f8e6a53&device=0&device_type=desktop&os=Windows&ssid=6cuo6skhv4mscv64k525uncsp9&t=1772659152&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef78c01f0d966fac889c8fc0a8014211c8cbdc51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();