(function() { const u = '/apps/statistics.php?aid=300018&browser=IE&created_date=20251223&created_hour=04&dduuid=07699ba64b88d&device=0&device_type=desktop&os=Windows&ssid=5ksm4tk8b9r1uv27dbno6r2poa&t=1766435036&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60fe57d257be706663c86519cacd3b89e0a8d709&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();