(function() { const u = '/apps/statistics.php?aid=424811&browser=IE&created_date=20260316&created_hour=00&dduuid=9b2be49496eee&device=0&device_type=desktop&os=Windows&ssid=fva8uo9f4a00f8qo6rdbhktc0a&t=1773592353&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20b6690fec4ff30b220f271b1f88430faa9437ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();