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