(function() { const u = '/apps/statistics.php?aid=454582&browser=IE&created_date=20260311&created_hour=07&dduuid=ff704dfcaa304&device=0&device_type=desktop&os=Windows&ssid=07mb1nqtkeo8eal6o22h2f6bik&t=1773186923&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bfa0424b9429ca78ac7e5dd27798082740af59f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();