(function() { const u = '/apps/statistics.php?aid=269190&browser=IE&created_date=20260308&created_hour=06&dduuid=39fd2c0eee75f&device=0&device_type=desktop&os=Windows&ssid=cepf44ari432k6mnsp8j6ill1o&t=1772923760&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5fadc711c93022dc653a9a746eeb60d2594fe58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();