(function() { const u = '/apps/statistics.php?aid=415&browser=IE&created_date=20260304&created_hour=04&dduuid=ffa8f2b555a97&device=0&device_type=desktop&os=Windows&ssid=ivrg7cqs2pn8at3hp05ph2oii8&t=1772568665&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a435d1843e125572b022540dd297cf3f85b8784&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();