(function() { const u = '/apps/statistics.php?aid=17492&browser=IE&created_date=20260228&created_hour=00&dduuid=b0bb34142783f&device=0&device_type=desktop&os=Windows&ssid=rn8a7psf6hlf45bm1797l5d450&t=1772208659&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62c26252a4e9546e790dbdf51384fbd93c272885&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();