(function() { const u = '/apps/statistics.php?aid=335565&browser=IE&created_date=20260313&created_hour=04&dduuid=28499c52d2f3d&device=0&device_type=desktop&os=Windows&ssid=r6dsk2fb27vl7g6uk9op6k2kf3&t=1773348330&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7d442c90905cf1e4765877bebe21377df064aa1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();