(function() { const u = '/apps/statistics.php?aid=270957&browser=IE&created_date=20260117&created_hour=20&dduuid=8b08e4d71f5f2&device=0&device_type=desktop&os=Windows&ssid=iq6g6fs097e6eqburfi90u1nf0&t=1768652752&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01538364902d565b8d340c30727b116fe5751880&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();