(function() { const u = '/apps/statistics.php?aid=447442&browser=IE&created_date=20260122&created_hour=18&dduuid=ac4c0eab3a6f6&device=0&device_type=desktop&os=Windows&ssid=ofg3dbsmo45mg7r595u77mpbip&t=1769076379&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0dc6d7714a4c1fda139248056631b91d59d4f1a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();