(function() { const u = '/apps/statistics.php?aid=448647&browser=IE&created_date=20260122&created_hour=19&dduuid=1d49d02f0c5f1&device=0&device_type=desktop&os=Windows&ssid=okbcuea3l9tfn8m6grl7j0ppsa&t=1769080058&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce3b65cfc90637b81b02b255ffef6abc572647f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();