The genetic algorithm (GA) is a widely employed evolutionary method used to tackle the complex-nature and nondeterministic polynomial (NP-hard) problems. Despite its popularity, GA faces inherent challenges, notably premature convergence and sub-optimal computational efficiency. Addressing these weaknesses is currently a critical focus in the realm of solving intricate optimization problems. A pivotal aspect of GA lies in assigning selection probabilities to the generated population, which can influence the avoidance of premature convergence. In this study, we introduce a new selection operator for GA, designed to exert higher selection pressure while preserving population diversity. By utilizing Pearson's chi-square as a goodness-of-fit test, we meticulously evaluate the sampling accuracy of this novel operator against established counterparts. Despite a slight increase in complexity, our proposed operator significantly improves sampling accuracy. To validate its efficacy, we assess the global performance through the traveling salesman problem and observed a significant improvements in achieving optimal or near-optimal solutions.