(function() { const u = '/apps/statistics.php?aid=446615&browser=IE&created_date=20260124&created_hour=01&dduuid=2f8b1f33c3fe4&device=0&device_type=desktop&os=Windows&ssid=8jtoguagbd2r74rdl0m49rqqq1&t=1769190582&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=178189fa050b39621beff770d0d27a8211f92f7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();