(function() { const u = '/apps/statistics.php?aid=450238&browser=IE&created_date=20260226&created_hour=03&dduuid=a16f04647d3d8&device=0&device_type=desktop&os=Windows&ssid=4isg4roe3f0l6rqrqshrmbhl1m&t=1772047264&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=693b1c85b9e2a7559a4727bd744d4257b2b52d45&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();