(function() { const u = '/apps/statistics.php?aid=440906&browser=IE&created_date=20260316&created_hour=00&dduuid=ca4683e6aa0c4&device=0&device_type=desktop&os=Windows&ssid=sgoaph6ailnctnvf6olfkau4dm&t=1773592620&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ea0d1a4a47fd84ea9f863452f5d8eb2b847c1b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();