(function() { const u = '/apps/statistics.php?aid=442573&browser=IE&created_date=20260312&created_hour=09&dduuid=13708989dc463&device=0&device_type=desktop&os=Windows&ssid=6bhf9fbb476mmc9a8h0evq2ap1&t=1773277446&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41207debbfa5313040fb3dfb4eaab3cb2b6a4647&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();