(function() { const u = '/apps/statistics.php?aid=450298&browser=IE&created_date=20260307&created_hour=21&dduuid=d70f2f7897157&device=0&device_type=desktop&os=Windows&ssid=shhn4u2b69av9j6022pfeadr9l&t=1772888911&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39b42539c7328bb927f9618c9ed1910567f79c3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();