(function() { const u = '/apps/statistics.php?aid=405936&browser=IE&created_date=20260311&created_hour=05&dduuid=a2c9f63e67d6b&device=0&device_type=desktop&os=Windows&ssid=021qvlcq1s6gb6ie9hfm6552ns&t=1773178813&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57f50b6bcde2b44ae7d2a14e960ea25012f3537e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();