(function() { const u = '/apps/statistics.php?aid=451434&browser=IE&created_date=20260124&created_hour=08&dduuid=224230a10551f&device=0&device_type=desktop&os=Windows&ssid=c928gsepp5e1amo7iev3psv1ev&t=1769215071&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05db624a470c9900c9abeb3171dd8528865f0f50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();