(function() { const u = '/apps/statistics.php?aid=239183&browser=IE&created_date=20260121&created_hour=21&dduuid=b1142a4ba73c6&device=0&device_type=desktop&os=Windows&ssid=4llje2fh882ohnpst437ibv60t&t=1769001851&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd8b324363dcc4bf63071c584a8a0df644753de0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();