(function() { const u = '/apps/statistics.php?aid=459302&browser=IE&created_date=20260306&created_hour=02&dduuid=cc0d95d39b807&device=0&device_type=desktop&os=Windows&ssid=9kn0f66uj8i4tbc7rfrng8c89r&t=1772733780&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e0c32bdab48197296bec589831d8c6e043b2243&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();