(function() { const u = '/apps/statistics.php?aid=217205&browser=IE&created_date=20260124&created_hour=02&dduuid=9ce21b85929a7&device=0&device_type=desktop&os=Windows&ssid=nff25rovvder9s0jni3omhl6em&t=1769194582&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1240fc71a0a0c7442b7cd040a952685a9c0a1c23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();