(function() { const u = '/apps/statistics.php?aid=453874&browser=IE&created_date=20260312&created_hour=02&dduuid=5d240e80e3e45&device=0&device_type=desktop&os=Windows&ssid=g1e7r6geqakhk3p9038lvnoean&t=1773253115&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8eb312ff613036c3abc0f85ede14b73d585e651&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();