(function() { const u = '/apps/statistics.php?aid=455809&browser=IE&created_date=20260303&created_hour=18&dduuid=0e7dbacab6ca6&device=0&device_type=desktop&os=Windows&ssid=e3eq1ouiqkahgspgi44f02n3oh&t=1772535212&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42d0f1a44834455829d97656c61d73404f0f4c22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();