(function() { const u = '/apps/statistics.php?aid=14403&browser=IE&created_date=20260311&created_hour=03&dduuid=12fca10a2f07f&device=0&device_type=desktop&os=Windows&ssid=3jr7uvn2akb9cnmv5bh4ium1fg&t=1773171920&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12600c02efdb1a90217b24164421144121231dd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();