(function() { const u = '/apps/statistics.php?aid=399999&browser=IE&created_date=20260308&created_hour=06&dduuid=23931184a3dfa&device=0&device_type=desktop&os=Windows&ssid=4q43qtve8bu1gofs5na67a96nn&t=1772922078&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5605a8558bbc5aef9b497cc0ffdb8e0a81ee1b31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();