(function() { const u = '/apps/statistics.php?aid=404578&browser=IE&created_date=20260125&created_hour=03&dduuid=b24132c985cd7&device=0&device_type=desktop&os=Windows&ssid=8tbp51rv62pp41b6qvd0phha8k&t=1769282808&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3df454c073c298c715d69acfe2be94b87ba1dab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();