(function() { const u = '/apps/statistics.php?aid=449044&browser=IE&created_date=20260123&created_hour=04&dduuid=f10caf436823a&device=0&device_type=desktop&os=Windows&ssid=dokmc6pmdmt2r0c114jmhhu6dh&t=1769114745&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e5bafa6540d117b9b2834e6eb1cfad84a1b0712&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();