(function() { const u = '/apps/statistics.php?aid=410663&browser=IE&created_date=20260120&created_hour=07&dduuid=452185a88f1c1&device=0&device_type=desktop&os=Windows&ssid=h17id3ldjrfjuaqglditqjjoaq&t=1768865909&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c476029bed9ec7894bcc403e5a5c6d93f054701&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();