(function() { const u = '/apps/statistics.php?aid=439647&browser=IE&created_date=20260313&created_hour=19&dduuid=48258d26ea1f4&device=0&device_type=desktop&os=Windows&ssid=7d4257ona99t2v2ao20omub2r3&t=1773403160&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ed84649adc0dc32898dc521c4d8d7fa218a818f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();