(function() { const u = '/apps/statistics.php?aid=210418&browser=IE&created_date=20251223&created_hour=06&dduuid=2b888c2af05f2&device=0&device_type=desktop&os=Windows&ssid=fvqs9nirndnl80kt310prp0n90&t=1766441032&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba5c011d95ec6ca35cd1b0fac20835e068e0eb04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();