(function() { const u = '/apps/statistics.php?aid=27861&browser=IE&created_date=20260227&created_hour=18&dduuid=7dccef9a099c8&device=0&device_type=desktop&os=Windows&ssid=1hdgni043jg22c9q40353hc0df&t=1772189764&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa701a80316e30d7b7b4e042123187e6007569eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();