(function() { const u = '/apps/statistics.php?aid=454810&browser=IE&created_date=20260223&created_hour=22&dduuid=934b105749a80&device=0&device_type=desktop&os=Windows&ssid=qbn4gbat08isr66p7c6tp7ku34&t=1771856568&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7103be42a46963147121b13087d1cc5c96b14d3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();