(function() { const u = '/apps/statistics.php?aid=141323&browser=IE&created_date=20260308&created_hour=07&dduuid=4492af33e3495&device=0&device_type=desktop&os=Windows&ssid=j0ala8hl4r4p4qb31vb0qchebf&t=1772926745&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cea232fa76bc5e35bfa9fdceab68b33ab75ad502&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();