(function() { const u = '/apps/statistics.php?aid=448446&browser=IE&created_date=20260122&created_hour=02&dduuid=6d0b9775cf48a&device=0&device_type=desktop&os=Windows&ssid=ercenp6nr88j17b36et5ifmphu&t=1769020151&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb2ff2713c1028e9320dbf7551defec833bf91e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();