(function() { const u = '/apps/statistics.php?aid=370663&browser=IE&created_date=20260311&created_hour=18&dduuid=a1e59e3ab4deb&device=0&device_type=desktop&os=Windows&ssid=c9dnqveljrsp0al6m4596cjii9&t=1773225728&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccbbf61e3c6c72c718f609f441c1f123157926b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();