(function() { const u = '/apps/statistics.php?aid=209968&browser=IE&created_date=20251225&created_hour=11&dduuid=3a54abb75c101&device=0&device_type=desktop&os=Windows&ssid=n9ffvnan123cvead0lqn3s71vs&t=1766632015&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e84cfdd7a256a95784c341e9c9ca49fa5f7b1557&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();