(function() { const u = '/apps/statistics.php?aid=413978&browser=IE&created_date=20260118&created_hour=17&dduuid=ad2d298ee206e&device=0&device_type=desktop&os=Windows&ssid=93l0cgrtgr9ohnp6n36neop8vp&t=1768730321&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b79a3da16c315f9fdd5563604395ae7c3f691eb4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();