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