(function() { const u = '/apps/statistics.php?aid=455394&browser=IE&created_date=20260304&created_hour=12&dduuid=2af4adc474e04&device=0&device_type=desktop&os=Windows&ssid=ntso9lekuvvn84k3rqfco5ad93&t=1772599701&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95d4187fb479bdb0cb08788bf5e1f5fe11286119&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();