(function() { const u = '/apps/statistics.php?aid=452904&browser=IE&created_date=20260312&created_hour=07&dduuid=808e20d465763&device=0&device_type=desktop&os=Windows&ssid=fk6l1m5ls42cpum7uu2cihpu4q&t=1773271254&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c32c18a2e76ce57b39a68fe98979196a0d46201&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();