(function() { const u = '/apps/statistics.php?aid=409806&browser=IE&created_date=20260312&created_hour=03&dduuid=738258935a3e7&device=0&device_type=desktop&os=Windows&ssid=ji84vte2181r4unfg7t3pq2a4d&t=1773256012&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22f10e143cad681a3a54cae4ee2026e3608ab6bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();