(function() { const u = '/apps/statistics.php?aid=448575&browser=IE&created_date=20260124&created_hour=00&dduuid=9cdbeddc4ea44&device=0&device_type=desktop&os=Windows&ssid=5bd6fqi6auh564tebodufm1fin&t=1769184468&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=641965ddd996300ac904ed5ef1f9a4dc40c0c2a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();