(function() { const u = '/apps/statistics.php?aid=418632&browser=IE&created_date=20260116&created_hour=10&dduuid=e57cd2b2db001&device=0&device_type=desktop&os=Windows&ssid=35cptfurmsci3q1uokp6cgtl6q&t=1768529272&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12f0dc90fab97c67eb9eed89810a771c759b8a28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();