(function() { const u = '/apps/statistics.php?aid=450201&browser=IE&created_date=20260121&created_hour=15&dduuid=824f8d873833f&device=0&device_type=desktop&os=Windows&ssid=rno40v9st92cnbcemu0a9n35m3&t=1768980428&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbabaa17909cdc45328fa7d7856f200bd43a4f93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();