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