(function() { const u = '/apps/statistics.php?aid=12905&browser=IE&created_date=20260312&created_hour=10&dduuid=e589313075bef&device=0&device_type=desktop&os=Windows&ssid=2bo216hhqhq9d1dqu7g2i4l76o&t=1773281671&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35f8e3b036e1e2328a707492fb2263128e25060d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();