(function() { const u = '/apps/statistics.php?aid=460471&browser=IE&created_date=20260311&created_hour=12&dduuid=9c6a78f5f5643&device=0&device_type=desktop&os=Windows&ssid=qdblvm4s2n2057p312rlrurpgu&t=1773203636&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=602da269efb9b3a00e41a22d32080b6c78611fe1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();