(function() { const u = '/apps/statistics.php?aid=391608&browser=IE&created_date=20260224&created_hour=11&dduuid=9f1305d995456&device=0&device_type=desktop&os=Windows&ssid=ff6fts73dt0ajacrh280a4mve1&t=1771905141&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74c8581a65a0c09b340750364ebace948e691ab6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();