(function() { const u = '/apps/statistics.php?aid=246815&browser=IE&created_date=20260121&created_hour=04&dduuid=5eb8e13b23b8b&device=0&device_type=desktop&os=Windows&ssid=87lkrhc7e7bc5q118hg3a1oj9e&t=1768939664&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c67f3b562788f6a088b38d9599bdb18925aa5fd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();