(function() { const u = '/apps/statistics.php?aid=454383&browser=IE&created_date=20260223&created_hour=23&dduuid=14cfef2fc4c03&device=0&device_type=desktop&os=Windows&ssid=mfvug33578f48vl5ikbnp45s9e&t=1771861518&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c117da7b7a35ac823398e0ac121b8b1309dc0c5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();