(function() { const u = '/apps/statistics.php?aid=448518&browser=IE&created_date=20260314&created_hour=18&dduuid=e47142d44df24&device=0&device_type=desktop&os=Windows&ssid=698usqbta4cb30ifcc7mo6kjcs&t=1773485985&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49f3ed0b22cbd5e6592c1182f23a43d7ced8bd40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();