(function() { const u = '/apps/statistics.php?aid=455397&browser=IE&created_date=20260310&created_hour=21&dduuid=bb38d48adfef0&device=0&device_type=desktop&os=Windows&ssid=j4ojhclhatbe25m2h9m7m9np0o&t=1773150064&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c2e03928c21cc8d6ce8188914ea726a6cb098bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();