(function() { const u = '/apps/statistics.php?aid=433553&browser=IE&created_date=20260310&created_hour=01&dduuid=ff74498684e7a&device=0&device_type=desktop&os=Windows&ssid=4vjlfl9sbko5ojeumv8otmbpbm&t=1773076907&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35b0628015f8367e46490f394a536a2e1ced055b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();