(function() { const u = '/apps/statistics.php?aid=99084&browser=IE&created_date=20260223&created_hour=20&dduuid=dd004aeef7cf9&device=0&device_type=desktop&os=Windows&ssid=ukf9ba5in9c3eb9l8h9f4io1l5&t=1771851487&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=065a2f8269fe038b63666ebee871f17779616f93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();