(function() { const u = '/apps/statistics.php?aid=249905&browser=IE&created_date=20251222&created_hour=15&dduuid=6569e1f81652f&device=0&device_type=desktop&os=Windows&ssid=fh4thi5h2l1i8li2l2d0von0a4&t=1766387879&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d067f4c8f319350fd0493f77acbfbef147112da3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();