(function() { const u = '/apps/statistics.php?aid=443234&browser=IE&created_date=20260311&created_hour=08&dduuid=20928b03c230f&device=0&device_type=desktop&os=Windows&ssid=1gqoh5e0tu9eh4c7vme0rqg4gl&t=1773189168&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=065965ad90b7f855ef6d4d1db252ef6735b6d15b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();