(function() { const u = '/apps/statistics.php?aid=399443&browser=IE&created_date=20251218&created_hour=03&dduuid=a1b8a8d87e315&device=0&device_type=desktop&os=Windows&ssid=oesk1vdhbpr5u87nuscrgl0gdf&t=1766000245&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77c11f7439ec046af648d644f1b016841dec0a32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();