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