(function() { const u = '/apps/statistics.php?aid=434786&browser=IE&created_date=20260101&created_hour=15&dduuid=73cbbe1bdb702&device=0&device_type=desktop&os=Windows&ssid=v4rdmc97dfeman6smlst0ape53&t=1767253093&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f2cce56b4a6015111909e40754ddb085b322d17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();