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