(function() { const u = '/apps/statistics.php?aid=402145&browser=IE&created_date=20260315&created_hour=12&dduuid=9dfe2ab7f40c1&device=0&device_type=desktop&os=Windows&ssid=q3ko454f90106tgngt17h48led&t=1773547370&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d89dc4ab89b89d42f256b6d382ffe1e6ad5989b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();