(function() { const u = '/apps/statistics.php?aid=401295&browser=IE&created_date=20260303&created_hour=23&dduuid=c871734ff65dd&device=0&device_type=desktop&os=Windows&ssid=8pprnmk810o4bh7mtfr7o2gqlr&t=1772550851&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5b5e584c41284889b293ef1e1ac21754c458563&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();