(function() { const u = '/apps/statistics.php?aid=426393&browser=IE&created_date=20260310&created_hour=09&dduuid=dd21d758ad34f&device=0&device_type=desktop&os=Windows&ssid=ib9rjion26o1cdjkgggr1d5lit&t=1773104800&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83c2aeed7f14c4c1bec9e567676da49596cb4ef2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();