(function() { const u = '/apps/statistics.php?aid=418807&browser=IE&created_date=20260310&created_hour=05&dduuid=c1eb2b185449e&device=0&device_type=desktop&os=Windows&ssid=5rlkrimdbfgin90968m4vs5olk&t=1773092138&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e234c550b631ee639bf1a8b9f74525943203941e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();