(function() { const u = '/apps/statistics.php?aid=431203&browser=IE&created_date=20260313&created_hour=15&dduuid=1d5b4026e3745&device=0&device_type=desktop&os=Windows&ssid=bt4pmgadgje7d417mg35dh11id&t=1773387643&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36ffbfda687f0f5f08c20d97051a966e66ec7905&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();