(function() { const u = '/apps/statistics.php?aid=450697&browser=IE&created_date=20260307&created_hour=07&dduuid=7d3951116537c&device=0&device_type=desktop&os=Windows&ssid=ddf0ig951sk11c4bgitfp0n29c&t=1772841283&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3adbaec9d675684f9958cae0f5c1ceebde893a96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();