(function() { const u = '/apps/statistics.php?aid=442738&browser=IE&created_date=20260310&created_hour=21&dduuid=6f61545505a4e&device=0&device_type=desktop&os=Windows&ssid=5abndfpe550s8ijs9htt23bk3o&t=1773150314&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45194fd3392bd22e56f0d0a1c3b391fa01d49901&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();