(function() { const u = '/apps/statistics.php?aid=443978&browser=IE&created_date=20260313&created_hour=14&dduuid=4b683b18cdf48&device=0&device_type=desktop&os=Windows&ssid=36ee5treprlr5dg73seg3ajrnq&t=1773383199&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d4b4024e0b5e11ad7ae26b1609c6de646571aec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();