(function() { const u = '/apps/statistics.php?aid=255354&browser=IE&created_date=20260120&created_hour=12&dduuid=af61c85467c5d&device=0&device_type=desktop&os=Windows&ssid=ngilkcpn5t11g6ahqdj57sudm8&t=1768883459&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ad11cda7d1a484b3d405f53f851e69049609c5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();