(function() { const u = '/apps/statistics.php?aid=443743&browser=IE&created_date=20260223&created_hour=19&dduuid=2f5f131127e82&device=0&device_type=desktop&os=Windows&ssid=bg8km9euvvirj78oktmphgb8eh&t=1771844448&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5dff49236eabebca80fff4161ae363d1b53a788a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();