(function() { const u = '/apps/statistics.php?aid=398820&browser=IE&created_date=20260129&created_hour=15&dduuid=bdb41bf4a00c9&device=0&device_type=desktop&os=Windows&ssid=qc3dsp0ad3qrsnnlv1vnrvtbd8&t=1769672331&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36d26531db4afeb7301787884a68e2efc15a2cf0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();