(function() { const u = '/apps/statistics.php?aid=408610&browser=IE&created_date=20260114&created_hour=03&dduuid=992f278f28b1f&device=0&device_type=desktop&os=Windows&ssid=709ijja9cmv812tppneo5c5d53&t=1768331673&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=532e52f3f0f360b057084857591378aa8764fef9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();