(function() { const u = '/apps/statistics.php?aid=454152&browser=IE&created_date=20260310&created_hour=08&dduuid=d7f30775fa559&device=0&device_type=desktop&os=Windows&ssid=b81nmok4ifesa3kmvact502353&t=1773103341&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f767bfbf6b2101b196f799ed5c06ad4c3b2f43fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();