(function() { const u = '/apps/statistics.php?aid=452127&browser=IE&created_date=20260306&created_hour=03&dduuid=d7d1d749bd909&device=0&device_type=desktop&os=Windows&ssid=9hl2e1p62af2s4dq07uckph8qa&t=1772738359&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ceb6048fbf5c2127d4e5488b66aa6233cdd4d6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();