(function() { const u = '/apps/statistics.php?aid=451323&browser=IE&created_date=20260312&created_hour=15&dduuid=10cc231e03473&device=0&device_type=desktop&os=Windows&ssid=h8fqb8nk005lajjh8d4drijhs7&t=1773301691&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=312d84ad0da8e14eb1962ece2207c2e55f009efb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();