(function() { const u = '/apps/statistics.php?aid=440042&browser=IE&created_date=20251216&created_hour=17&dduuid=f41a8cf0a02e2&device=0&device_type=desktop&os=Windows&ssid=ur7h62knvd6odoolab3udn7ngn&t=1765879073&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ed291cad434c8b9c8468be00c6cd21825f7bd8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();