(function() { const u = '/apps/statistics.php?aid=209685&browser=IE&created_date=20251227&created_hour=08&dduuid=2633d9caaaa2a&device=0&device_type=desktop&os=Windows&ssid=gs0577e710uf98jqphe61a5ci3&t=1766795223&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93ee553031cf0242c45d169b86a49291925be34d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();