(function() { const u = '/apps/statistics.php?aid=21227&browser=IE&created_date=20260119&created_hour=01&dduuid=a53313d1486af&device=0&device_type=desktop&os=Windows&ssid=8jufrid8i864d3blmih6ma16o3&t=1768759164&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f30d309839c36231042d52b26c70963f2e83410&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();