(function() { const u = '/apps/statistics.php?aid=248847&browser=IE&created_date=20260316&created_hour=19&dduuid=3361918838f1c&device=0&device_type=desktop&os=Windows&ssid=53a5ta5ssosj09d3r0f1mbst1s&t=1773659520&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=913892a5ae3997aa34c77ff8fa0440f3a5a7cdfe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();