(function() { const u = '/apps/statistics.php?aid=113138&browser=IE&created_date=20260122&created_hour=10&dduuid=bf4c4f8c959a6&device=0&device_type=desktop&os=Windows&ssid=187lcll8vcekgflln0arp7m9n2&t=1769049154&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad2e689ac895586d4eadda2930004e60eae7f433&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();