(function() { const u = '/apps/statistics.php?aid=454198&browser=IE&created_date=20260308&created_hour=11&dduuid=011a86adc06d4&device=0&device_type=desktop&os=Windows&ssid=ac88s2afmnbqq9kblo6nv4i1s8&t=1772939970&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92337a40da1d3856f0f0947c72c6009b48ec2a51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();