(function() { const u = '/apps/statistics.php?aid=17&browser=IE&created_date=20251207&created_hour=16&dduuid=04aba9190ff5c&device=0&device_type=desktop&os=Windows&ssid=dlidbb8cef0bd8350bkos8rgiv&t=1765094485&typeid=4&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3396eb3a2fe40ec48a64bfe41216c8efed12d70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();