(function() { const u = '/apps/statistics.php?aid=88132&browser=IE&created_date=20260117&created_hour=11&dduuid=0713a660fc558&device=0&device_type=desktop&os=Windows&ssid=9anf26brr9ovmu10opg2c85l4s&t=1768620048&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=af5af67e45bc10e7dee33f9535a22ce49872d8a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();