(function() { const u = '/apps/statistics.php?aid=21073&browser=IE&created_date=20260224&created_hour=03&dduuid=77b05cdd26d4e&device=0&device_type=desktop&os=Windows&ssid=8ohrqop3lfguhtasghd3501gkc&t=1771876518&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57e912602c1b5bbe2e2ddc340ea5dc47293bc764&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();