(function() { const u = '/apps/statistics.php?aid=448069&browser=IE&created_date=20260124&created_hour=01&dduuid=45676a2fc6322&device=0&device_type=desktop&os=Windows&ssid=kbk33obsooatdg1gu6kepa8fgn&t=1769190027&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8db5990fe570ff288a53dcaa30356c58b0d6b890&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();