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