(function() { const u = '/apps/statistics.php?aid=311048&browser=IE&created_date=20260311&created_hour=18&dduuid=f3c5fd224597d&device=0&device_type=desktop&os=Windows&ssid=aireelctunpk4jheat1hd19tpd&t=1773223613&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d6cb73fa05784e040097f1789a9c4c3f2510c81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();