(function() { const u = '/apps/statistics.php?aid=440898&browser=IE&created_date=20260308&created_hour=09&dduuid=083f3a1464489&device=0&device_type=desktop&os=Windows&ssid=j4racgle5hdv5keru8p6qmlsha&t=1772933290&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=981a7e2115242465a0e45f4b222bcc6c874d7a36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();