(function() { const u = '/apps/statistics.php?aid=401&browser=IE&created_date=20260310&created_hour=07&dduuid=88a9983c0225e&device=0&device_type=desktop&os=Windows&ssid=bi8frhoh2vgu476frvo8mtjjgd&t=1773100586&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0be885fb4b14a335b477b9d75e5590d16266fed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();