(function() { const u = '/apps/statistics.php?aid=441395&browser=IE&created_date=20260315&created_hour=15&dduuid=026291f3fd17b&device=0&device_type=desktop&os=Windows&ssid=6tq1o2m596sj71do66mfebgan0&t=1773558576&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a02998b1e827879e74419e06c842b803a04a416c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();