(function() { const u = '/apps/statistics.php?aid=421168&browser=IE&created_date=20260102&created_hour=21&dduuid=d2aa7f6364e94&device=0&device_type=desktop&os=Windows&ssid=5b0okrrf0d60lr0q5gm7ohslrf&t=1767362142&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96ea38e0d52387a1af7a8a2a39b5ca2145193ab5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();