(function() { const u = '/apps/statistics.php?aid=460496&browser=IE&created_date=20260312&created_hour=02&dduuid=2961694ec175d&device=0&device_type=desktop&os=Windows&ssid=69gqdokol0j323el8fqr4l10g8&t=1773252254&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=645843174a32132312c22bc719c6fe204dfcc699&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();