(function() { const u = '/apps/statistics.php?aid=206974&browser=IE&created_date=20251225&created_hour=06&dduuid=faa4e744c4f8e&device=0&device_type=desktop&os=Windows&ssid=f6b6hh3qcurnbcbreje59kntpq&t=1766615816&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22046ee80a85fbdb260494298800a21fd8106d7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();