(function() { const u = '/apps/statistics.php?aid=207270&browser=IE&created_date=20260114&created_hour=15&dduuid=446c15a16ffac&device=0&device_type=desktop&os=Windows&ssid=93t0r9r625p5s8v8lap384h07s&t=1768377593&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e86655d99cdc1680ae03aa55dd46b4f784952573&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();