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