(function() { const u = '/apps/statistics.php?aid=210179&browser=IE&created_date=20260224&created_hour=02&dduuid=f6d569a79041d&device=0&device_type=desktop&os=Windows&ssid=tsr1ndnnnhqu2vbva0p4gu99om&t=1771871405&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3764534dbdc9d96324b665e44c27c3087ba1453b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();