(function() { const u = '/apps/statistics.php?aid=403140&browser=IE&created_date=20260308&created_hour=06&dduuid=889868daf46c6&device=0&device_type=desktop&os=Windows&ssid=ngdusph4i5ttbuj4ifieo77mg8&t=1772921853&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b65b56891f5c44854e6c831200706b8bf898f1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();