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