(function() { const u = '/apps/statistics.php?aid=18133&browser=IE&created_date=20260224&created_hour=17&dduuid=555a3f91dcf5c&device=0&device_type=desktop&os=Windows&ssid=hunnou3ekgcpcdfepr6ro6nqiu&t=1771924556&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d626dc2aa3c13d3766f1e4aaed52fc214213243&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();