(function() { const u = '/apps/statistics.php?aid=455589&browser=IE&created_date=20260312&created_hour=13&dduuid=115c79d450ba3&device=0&device_type=desktop&os=Windows&ssid=b340iq97q4ils5r0qp7hiks05j&t=1773295105&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98b2194596e777fc996d0b95cc00e27afe489acb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();