(function() { const u = '/apps/statistics.php?aid=449448&browser=IE&created_date=20260226&created_hour=02&dduuid=6ff74e009e8bf&device=0&device_type=desktop&os=Windows&ssid=so864cmi1qk3c801ppa6335bnu&t=1772042721&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47b9b626c545799db17cdd539591a6ca8ca0cd84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();