(function() { const u = '/apps/statistics.php?aid=455398&browser=IE&created_date=20260304&created_hour=15&dduuid=29ed787df32fe&device=0&device_type=desktop&os=Windows&ssid=lmeq6d644j2n3lbn7097pnk2tn&t=1772609352&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb1513f46a19aa7224f6c2cbbcc4669c02af6828&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();