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