(function() { const u = '/apps/statistics.php?aid=448542&browser=IE&created_date=20260210&created_hour=18&dduuid=50aa797a317fd&device=0&device_type=desktop&os=Windows&ssid=5q2lgqhnvdipoi85vtdhif1get&t=1770719578&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=913613d433253e8fd2764c51e619be7bc2638a16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();