(function() { const u = '/apps/statistics.php?aid=415596&browser=IE&created_date=20251218&created_hour=12&dduuid=3348514cafa79&device=0&device_type=desktop&os=Windows&ssid=0dr9s2mrqp1t859bqhgjva0f8g&t=1766033959&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f896ce75375c65a31663a876099d0149c613e4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();