(function() { const u = '/apps/statistics.php?aid=424499&browser=IE&created_date=20260128&created_hour=05&dduuid=2d7cc8a613a09&device=0&device_type=desktop&os=Windows&ssid=9n9vf9bhfo2l68s8np82q6pl4l&t=1769547662&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5824f160e4b8c764a23ebb507388274f33d3eaff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();