(function() { const u = '/apps/statistics.php?aid=447359&browser=IE&created_date=20260122&created_hour=05&dduuid=975267c3f97e5&device=0&device_type=desktop&os=Windows&ssid=1i0oh8l5lnfm34elesh1m3rpkk&t=1769032763&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d3c0db099eb93f178a44468cb0f23c5a0c05314&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();