(function() { const u = '/apps/statistics.php?aid=455994&browser=IE&created_date=20260310&created_hour=14&dduuid=a3a7fd7fb9845&device=0&device_type=desktop&os=Windows&ssid=5nq88e3el9lv3qldr5rq4eadhk&t=1773123644&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d11ecfc237e907bcd205831994e59745c4f7882f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();