(function() { const u = '/apps/statistics.php?aid=436284&browser=IE&created_date=20251226&created_hour=02&dduuid=3f6d6b8340dc0&device=0&device_type=desktop&os=Windows&ssid=5ahqpf1k23ahd5ffh55aqb0819&t=1766687687&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63a1fbea60e8be057b030ccd375e39019e90618f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();