(function() { const u = '/apps/statistics.php?aid=410500&browser=IE&created_date=20260125&created_hour=13&dduuid=8fc2957c3c029&device=0&device_type=desktop&os=Windows&ssid=upcrc10tjb18efvhp46ef78al6&t=1769320456&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17498fd9fc15b0d174adf65d7490a65b47827266&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();