(function() { const u = '/apps/statistics.php?aid=455515&browser=IE&created_date=20260310&created_hour=14&dduuid=de6bd1e29dbd6&device=0&device_type=desktop&os=Windows&ssid=mnt875m2edcmn0p2qb3k7kp7mj&t=1773123738&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f717bba2d699051d57d3b70dcc705c5be5944f96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();