(function() { const u = '/apps/statistics.php?aid=453028&browser=IE&created_date=20260310&created_hour=11&dduuid=bf6b1c5baa64a&device=0&device_type=desktop&os=Windows&ssid=osg6nvh7vn9kp51eob7nd6v9em&t=1773115074&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce978f3ebc04f6e16d99b0eb98ade5dcfedebaa2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();