(function() { const u = '/apps/statistics.php?aid=413295&browser=IE&created_date=20260119&created_hour=11&dduuid=97ecb03c77c37&device=0&device_type=desktop&os=Windows&ssid=e6hg0kptb0dn3v6h432kndigff&t=1768793566&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10b8264d540b234b54c84416d8557eb57773e1be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();