(function() { const u = '/apps/statistics.php?aid=401004&browser=IE&created_date=20260226&created_hour=01&dduuid=be48fac60a75e&device=0&device_type=desktop&os=Windows&ssid=1l1ncr7ufgkqbf8jbqm3lcp90o&t=1772039371&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb70a95d4b7421853ca76a50f0d94d568f2ae46a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();